Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit cdbadf5

Browse files
committed
updated locating codeception
1 parent e7f4e8b commit cdbadf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function prepare()
2020

2121
public function test($params)
2222
{
23-
return $this->taskExec('/vendor/bin/codecept run ' . $params)
23+
return $this->taskExec(__DIR__ . '/vendor/bin/codecept run ' . $params)
2424
->dir(__DIR__ .'/vendor/codeception/codeception')
2525
->run();
2626
}

0 commit comments

Comments
 (0)