Skip to content
Snippets Groups Projects
Commit 89947e5e authored by Demian Katz's avatar Demian Katz
Browse files

Eliminate invokables from test data.

parent 3285251f
No related merge requests found
......@@ -7,7 +7,7 @@ return [
'factories' => [
'foo' => 'fooOverrideFactory',
],
'invokables' => [
'aliases' => [
'xyzzy' => 'Xyzzy',
]
],
......
......@@ -128,7 +128,7 @@ class ThemeCompilerTest extends Unit\TestCase
'foo' => 'fooOverrideFactory',
'bar' => 'barFactory',
],
'invokables' => [
'aliases' => [
'xyzzy' => 'Xyzzy',
]
],
......@@ -186,7 +186,7 @@ class ThemeCompilerTest extends Unit\TestCase
'foo' => 'fooOverrideFactory',
'bar' => 'barFactory',
],
'invokables' => [
'aliases' => [
'xyzzy' => 'Xyzzy',
]
],
......
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