File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Symfony/src/Codebender/CompilerBundle/Tests/Controller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public function testBlinkUnoSyntaxCheckError()
123
123
$ this ->assertContains ("expected ';' after top level declarator " , $ response ["message " ]);
124
124
$ this ->assertContains ("no matching function for call to 'pinMode' " , $ response ["message " ]);
125
125
$ this ->assertContains ("candidate function not viable: requires 2 arguments, but 1 was provided " , $ response ["message " ]);
126
- $ this ->assertContains ("2 errors generated. " , $ response ["message " ]);
126
+ // $this->assertContains("2 errors generated.", $response["message"]); //unfortunately we no longer show how many errors were generated
127
127
}
128
128
129
129
public function testBlinkUnoCompileError ()
@@ -150,7 +150,7 @@ public function testBlinkUnoCompileError()
150
150
$ this ->assertContains ("expected ';' after top level declarator " , $ response ["message " ]);
151
151
$ this ->assertContains ("no matching function for call to 'pinMode' " , $ response ["message " ]);
152
152
$ this ->assertContains ("candidate function not viable: requires 2 arguments, but 1 was provided " , $ response ["message " ]);
153
- $ this ->assertContains ("2 errors generated. " , $ response ["message " ]);
153
+ // $this->assertContains("2 errors generated.", $response["message"]); //unfortunately we no longer show how many errors were generated
154
154
}
155
155
156
156
public function testIncorrectInputs ()
You can’t perform that action at this time.
0 commit comments