From a57d6291af7e8121ac21de3ab1a9f08dfa226156 Mon Sep 17 00:00:00 2001 From: Emanuel Winblad Date: Wed, 26 Jun 2013 09:51:32 +0200 Subject: [PATCH] Stable version 1.0. The only changes are minor and consists of added comments in tests. --- Tests/DependencyInjection/MannewHipchatExtensionTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Tests/DependencyInjection/MannewHipchatExtensionTest.php b/Tests/DependencyInjection/MannewHipchatExtensionTest.php index 797097f..13a56d2 100644 --- a/Tests/DependencyInjection/MannewHipchatExtensionTest.php +++ b/Tests/DependencyInjection/MannewHipchatExtensionTest.php @@ -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();