1
0
Fork 0

Fix tests

pull/1367/merge
Jordi Boggiano 2012-11-29 09:33:51 +01:00
parent a8f74a0983
commit da1cc39cfd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class FactoryMock extends Factory
{ {
} }
protected function createInstallationManager(Config $config) protected function createInstallationManager()
{ {
return new InstallationManagerMock; return new InstallationManagerMock;
} }