summaryrefslogtreecommitdiff
path: root/test/ConfigurationTest.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-03-19 13:29:01 +0000
committerAndres Rey <[email protected]>2018-03-19 13:29:01 +0000
commita7b5fa260676c213d456b6a077b17dc52fcdbe0c (patch)
tree4dc06a87abdb7f354f21498750df1f780764346e /test/ConfigurationTest.php
parentafb9c808db0ff0ad6a9f5e08dd9e3bac97cfd7fa (diff)
Apply StyleCI diff
Diffstat (limited to 'test/ConfigurationTest.php')
-rw-r--r--test/ConfigurationTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ConfigurationTest.php b/test/ConfigurationTest.php
index ed56cb2..19db2f1 100644
--- a/test/ConfigurationTest.php
+++ b/test/ConfigurationTest.php
@@ -52,7 +52,6 @@ class ConfigurationTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($options['summonCthulhu'], $config->getOriginalURL());
}
-
/**
* @return array
*/
@@ -77,7 +76,7 @@ class ConfigurationTest extends \PHPUnit_Framework_TestCase
}
/**
- * Test if a logger interface can be injected and retrieved from the Configuration object
+ * Test if a logger interface can be injected and retrieved from the Configuration object.
*/
public function testLoggerCanBeInjected()
{