File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 22
33namespace JsPhpize \Parser ;
44
5- use JsPhpize \Nodes \Block ;
65use JsPhpize \Nodes \Comment ;
76
87class Visitor extends ExpressionParser
Original file line number Diff line number Diff line change 22
33use JsPhpize \JsPhpize ;
44
5- class ExamplesTest extends \PHPUnit_Framework_TestCase {
6-
7- public function caseProvider () {
8-
5+ class ExamplesTest extends \PHPUnit_Framework_TestCase
6+ {
7+ public function caseProvider ()
8+ {
99 $ cases = array ();
1010
1111 $ examples = __DIR__ . '/../examples ' ;
@@ -21,8 +21,8 @@ public function caseProvider() {
2121 /**
2222 * @dataProvider caseProvider
2323 */
24- public function testJsPhpizeGeneration ($ returnFile , $ jsFile ) {
25-
24+ public function testJsPhpizeGeneration ($ returnFile , $ jsFile )
25+ {
2626 $ jsPhpize = new JsPhpize ();
2727 $ expected = file_get_contents ($ returnFile );
2828 $ result = $ jsPhpize ->render ($ jsFile );
You can’t perform that action at this time.
0 commit comments