Skip to content

Commit bdfc43c

Browse files
committed
Update CreateRESTTest.php
1 parent fce9edc commit bdfc43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/webfiori/framework/test/cli/CreateRESTTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function test00() {
129129

130130
foreach ($apiClazzes as $clazz) {
131131
$this->assertTrue(class_exists($clazz));
132-
$this->assertTrue(File::isFileExist(ROOT_PATH.DS.$clazz.'.php'));
132+
$this->assertTrue(File::isFileExist(ROOT_PATH.DS. str_replace('\\', DS, $clazz).'.php'));
133133
}
134134
$this->assertTrue(class_exists($tableClazz));
135135
$this->assertTrue(class_exists($entityClazz));

0 commit comments

Comments
 (0)