File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Symfony/src/Codebender/CompilerBundle/Tests/Controller Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,6 @@ public function testBlinkUnoSyntaxCheck() {
66
66
$ this ->assertEquals ($ response ["success " ], true );
67
67
$ this ->assertTrue (is_numeric ($ response ["time " ]));
68
68
69
- $ objectFilesPath = $ client ->getContainer ()->getParameter ('temp_dir ' ) . '/ ' . $ client ->getContainer ()->getParameter ('objdir ' );
70
- $ coreObjectLibrary = glob ("$ objectFilesPath/*__v105__hardware__arduino__cores__arduino________atmega328p_16000000_arduino_standard_null_null_______core.a " );
71
- $ this ->assertTrue (count ($ coreObjectLibrary ) > 0 );
72
-
73
69
}
74
70
75
71
public function testBlinkUnoCompile () {
@@ -92,6 +88,10 @@ public function testBlinkUnoCompile() {
92
88
$ this ->assertEquals ($ response ["success " ], true );
93
89
$ this ->assertTrue (is_numeric ($ response ["time " ]));
94
90
$ this ->assertTrue (is_numeric ($ response ["size " ]));
91
+
92
+ $ objectFilesPath = $ client ->getContainer ()->getParameter ('temp_dir ' ) . '/ ' . $ client ->getContainer ()->getParameter ('objdir ' );
93
+ $ coreObjectLibrary = glob ("$ objectFilesPath/*__v105__hardware__arduino__cores__arduino________atmega328p_16000000_arduino_standard_null_null_______core.a " );
94
+ $ this ->assertTrue (count ($ coreObjectLibrary ) > 0 );
95
95
}
96
96
97
97
public function testBlinkUnoSyntaxCheckError () {
You can’t perform that action at this time.
0 commit comments