Skip to content

Instantly share code, notes, and snippets.

@frastel
Created November 26, 2012 16:27
Show Gist options
  • Save frastel/4149151 to your computer and use it in GitHub Desktop.
Save frastel/4149151 to your computer and use it in GitHub Desktop.
Don't pull your dependencies 2
public function testDoSomething()
{
$container = new Container();
$puller = new DependencyPuller($container);
$result = $puller->doSomething();
$this->assertTrue($result);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment