Add tear down method

This commit is contained in:
Flavio Copes 2016-01-29 18:18:09 +01:00
parent aa4fb96b8b
commit e2d00bec41

View File

@ -6,5 +6,8 @@ namespace Helper;
class Unit extends \Codeception\Module
{
public function _afterSuite()
{
// Tear down after test suite
}
}