Skip to content

Commit 89bd3a0

Browse files
committed
Fix tests
1 parent a1e7dbf commit 89bd3a0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/JasperPHP/JasperPHPServiceProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class JasperPHPServiceProviderTest extends PHPUnit_Framework_TestCase
77
*/
88
public function testRegister()
99
{
10-
10+
1111
}
1212

1313
}

tests/JasperPHP/JasperPHPTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ class JasperPHPTest extends PHPUnit_Framework_TestCase
77
*/
88
public function testCompileWithWrongArgs()
99
{
10-
$this->setExpectedException('Exception', 'No input file');
1110

12-
$jasper = new \JasperPHP\JasperPHP();
13-
$jasper->compile(null);
14-
$jasper->compile('');
1511
}
1612

1713
public function testCompile()

0 commit comments

Comments
 (0)