Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 7775534

Browse files
committed
Modified who sucks to avoid offending other Marcos
1 parent 82ae56a commit 7775534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AbstractFactory/ConfigAbstractFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testCanCreateShortCircuits()
2626
$abstractFactory = new ConfigAbstractFactory();
2727
$serviceManager = new ServiceManager();
2828

29-
self::assertFalse($abstractFactory->canCreate($serviceManager, 'MarcoSucks'));
29+
self::assertFalse($abstractFactory->canCreate($serviceManager, 'OcramiusSucks'));
3030
}
3131

3232
public function testCanCreate()

0 commit comments

Comments
 (0)