Skip to content

Commit 5464f18

Browse files
committed
Fixed wrong variable name
1 parent 9f2700f commit 5464f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Collection/CrudSpecFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ private function executeAssertResult(array $operation, $expectedResult, $actualR
358358
break;
359359

360360
default:
361-
throw new LogicException('Unsupported operation: ' . $operationName);
361+
throw new LogicException('Unsupported operation: ' . $operation['name']);
362362
}
363363
}
364364

0 commit comments

Comments
 (0)