Missing doc
This commit is contained in:
parent
cc3f662cb7
commit
c4fe897041
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…
Add table
Add a link
Reference in a new issue