We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce9edc commit bdfc43cCopy full SHA for bdfc43c
tests/webfiori/framework/test/cli/CreateRESTTest.php
@@ -129,7 +129,7 @@ public function test00() {
129
130
foreach ($apiClazzes as $clazz) {
131
$this->assertTrue(class_exists($clazz));
132
- $this->assertTrue(File::isFileExist(ROOT_PATH.DS.$clazz.'.php'));
+ $this->assertTrue(File::isFileExist(ROOT_PATH.DS. str_replace('\\', DS, $clazz).'.php'));
133
}
134
$this->assertTrue(class_exists($tableClazz));
135
$this->assertTrue(class_exists($entityClazz));
0 commit comments