Commit 5464f180 authored by Derick Rethans's avatar Derick Rethans

Fixed wrong variable name

parent 9f2700fb
...@@ -358,7 +358,7 @@ class CrudSpecFunctionalTest extends FunctionalTestCase ...@@ -358,7 +358,7 @@ class CrudSpecFunctionalTest extends FunctionalTestCase
break; break;
default: default:
throw new LogicException('Unsupported operation: ' . $operationName); throw new LogicException('Unsupported operation: ' . $operation['name']);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment