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

Commit 3894a33

Browse files
committed
Hopefully fix test case.
1 parent baaa8b3 commit 3894a33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/execution_listener_test.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ public function testEventsForParallelSplitActionActionCancelCaseSynchronization(
200200
protected function setUpExpectations( $log )
201201
{
202202
$lines = file(
203-
dirname( dirname( dirname( __FILE__ ) ) ) . DIRECTORY_SEPARATOR .
204-
'WorkflowEventLogTiein' . DIRECTORY_SEPARATOR . 'tests' .
205-
DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . $log . '.log'
203+
DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . $log . '.log'
206204
);
207205

208206
$index = 0;

0 commit comments

Comments
 (0)