unittests : complete unit test crash : missing a disconnect in dblayer tests

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2261 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-08-20 12:32:29 +00:00
parent ec235d606d
commit e780507897

View File

@@ -52,6 +52,7 @@ class test_dblayer_{ENGINE} extends PHPUnit_Framework_TestCase
{
}
}
$db->disconnect ();
// Never generate an error, just drop the table if it exists, and do noting
// if it doesn't exists
}