Skip to content

Commit df3eacf

Browse files
committed
fix: Correction to File Path
1 parent 5dc4178 commit df3eacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webfiori/framework/writers/APITestCaseWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class APITestCaseWriter extends ClassWriter {
3131
* will be based on.
3232
*/
3333
public function __construct(WebServicesManager $manager = null, $service = null) {
34-
parent::__construct('WebService', ROOT_PATH.'\\tests\\apis', 'tests\\apis');
34+
parent::__construct('WebService', ROOT_PATH.DS.'tests'.DS.'apis', 'tests\\apis');
3535
$this->setSuffix('Test');
3636

3737
if ($manager !== null) {

0 commit comments

Comments
 (0)