Phactory\Sql\BlueprintTest::tearDown PHP Метод

tearDown() защищенный Метод

This method is called after a test is executed.
protected tearDown ( )
    protected function tearDown()
    {
        $this->phactory->reset();
        $this->pdo->exec("DROP TABLE `users`");
    }