Test object unset on test completion

The tearDown() function was kept empty without releasing resources of current object

Signed-off-by: A V Minhaz <minhazav@gmail.com>
This commit is contained in:
minhaz 2014-03-01 04:42:51 +05:30
parent f1529325ff
commit b32b8ade30

View File

@ -57,6 +57,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
*/
protected function tearDown()
{
unset($this->object);
}
/**