Merge branch 'develop' into feature/stream
This commit is contained in:
commit
e54df9b531
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
|
||||||
$this->config = Config::getInstance('config_test.yml');
|
$this->config = Config::getInstance('config_test.yml');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Destroy variables created by setUp().
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
protected function tearDown()
|
protected function tearDown()
|
||||||
{
|
{
|
||||||
Config::destroyInstance();
|
Config::destroyInstance();
|
||||||
|
|
Loading…
Reference in a new issue