File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Symfony/src/Codebender/CompilerBundle/Tests/Controller Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,8 @@ public function testExternalCore() {
188
188
189
189
$ this ->assertEquals ($ response ['success ' ], true );
190
190
$ objectFilesPath = $ client ->getContainer ()->getParameter ('temp_dir ' ) . '/ ' . $ client ->getContainer ()->getParameter ('objdir ' );
191
- $ coreObjectLibrary = glob ("$ objectFilesPath/*__external_cores__tiny__cores__tiny________attiny85_8000000_tiny__null_null_______core.a " );
191
+ $ externalCoresPath = pathinfo ($ client ->getContainer ()->getParameter ('external_core_files ' ), PATHINFO_BASENAME );
192
+ $ coreObjectLibrary = glob ("$ objectFilesPath/*__ {$ externalCoresPath }__tiny__cores__tiny________attiny85_8000000_tiny__null_null_______core.a " );
192
193
193
194
$ this ->assertTrue (count ($ coreObjectLibrary ) > 0 );
194
195
}
You can’t perform that action at this time.
0 commit comments