Redaxscript\Tests\Controller\RegisterTest::tearDown PHP Method

tearDown() public method

tearDown
Since: 3.0.0
public tearDown ( )
    public function tearDown()
    {
        Db::forTablePrefix('users')->where('user', 'new')->deleteMany();
    }