Skip to content

Commit a1e7dbf

Browse files
committed
Fix tests
1 parent 835ec54 commit a1e7dbf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/JasperPHP/JasperPHPCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
use PHPUnit_Framework_TestCase;
32

43
class JasperPHPCommandTest extends PHPUnit_Framework_TestCase
54
{

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-
$this->assertTrue(false);
10+
1111
}
1212

1313
}

0 commit comments

Comments
 (0)