Skip to content

Commit

Permalink
Stable version 1.0.
Browse files Browse the repository at this point in the history
The only changes are minor and consists of added comments in tests.
  • Loading branch information
ManneW committed Jun 26, 2013
1 parent 099ac7d commit a57d629
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tests/DependencyInjection/MannewHipchatExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,19 @@ public function testLoadConfigWithAuthToken()
$this->assertTrue($container->hasDefinition('hipchat'));
}

/**
* Initialize the extension.
*/
protected function setUp()
{
$this->extension = new MannewHipchatExtension();
}

/**
* Constructs and returns a ContainerBuilder to be used for testing purposes.
*
* @return ContainerBuilder
*/
private function getContainer()
{
$container = new ContainerBuilder();
Expand Down

0 comments on commit a57d629

Please sign in to comment.