Applied fixes from StyleCI

This commit is contained in:
Pierre Rudloff 2016-09-07 22:28:28 +00:00 committed by StyleCI Bot
parent 6df1eccb9e
commit 13c3366e9d
6 changed files with 203 additions and 178 deletions

View file

@ -1,25 +1,25 @@
<?php
/**
* ConfigTest class
* ConfigTest class.
*/
namespace Alltube\Test;
use Alltube\Config;
/**
* Unit tests for the Config class
* Unit tests for the Config class.
*/
class ConfigTest extends \PHPUnit_Framework_TestCase
{
/**
* Config class instance
* Config class instance.
*
* @var Config
*/
private $config;
/**
* Prepare tests
* Prepare tests.
*/
protected function setUp()
{
@ -27,7 +27,7 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
}
/**
* Test the getInstance function
* Test the getInstance function.
*
* @return void
*/
@ -43,7 +43,8 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
}
/**
* Test the getInstance function with the CONVERT environment variable
* Test the getInstance function with the CONVERT environment variable.
*
* @return void
*/
public function testGetInstanceWithEnv()