File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11<?php
2+ namespace JasperPHP ;
3+
4+ use PHPUnit_Framework_TestCase ;
5+
26class JasperPHPServiceProviderTest extends PHPUnit_Framework_TestCase
37{
48
@@ -7,6 +11,7 @@ class JasperPHPServiceProviderTest extends PHPUnit_Framework_TestCase
711 */
812 public function testRegister ()
913 {
14+ $ this ->assertTrue (true );
1015
1116 }
1217
Original file line number Diff line number Diff line change 11<?php
22namespace JasperPHP ;
3+
4+ use PHPUnit_Framework_TestCase ;
5+
6+ class JasperPHPTest extends PHPUnit_Framework_TestCase
37/**
48 * Class JasperPHPTest
59 *
610 * @author Rafael Queiroz <rafaelfqf@gmail.com>
711 * @package JasperPHP
812 */
913class JasperPHPTest extends \PHPUnit_Framework_TestCase
14+
1015{
1116
1217 /**
@@ -62,9 +67,6 @@ public function testExecuteWithCompile()
6267 $ jasper ->compile ('hello_world.jrxml ' )->execute ();
6368 }
6469
65- /**
66- *
67- */
6870 public function testListParametersWithWrongInput ()
6971 {
7072 $ this ->setExpectedException (\JasperPHP \Exception \InvalidInputFile::class);
You can’t perform that action at this time.
0 commit comments