mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
✅ Add tear down method
This commit is contained in:
parent
aa4fb96b8b
commit
e2d00bec41
|
|
@ -6,5 +6,8 @@ namespace Helper;
|
|||
|
||||
class Unit extends \Codeception\Module
|
||||
{
|
||||
|
||||
public function _afterSuite()
|
||||
{
|
||||
// Tear down after test suite
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user