Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
- trailing whitespace
  • Loading branch information
weierophinney committed Mar 3, 2014
1 parent b1c0800 commit ade7323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Definition/CompilerDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function testHasMethodParameters()
$definition->addDirectory(__DIR__ . '/../TestAsset/SetterInjection');
$definition->addDirectory(__DIR__ . '/../TestAsset/CompilerClasses');
$definition->compile();

// constructor injection
$this->assertTrue($definition->hasMethodParameters('ZendTest\Di\TestAsset\ConstructorInjection\B', '__construct'));
// setter injection
Expand Down

0 comments on commit ade7323

Please sign in to comment.