Repo2\QueryReactor\Tests\Fixtures::getDropTable PHP Method

getDropTable() public static method

public static getDropTable ( )
    public static function getDropTable()
    {
        return DDL\drop(self::TABLE_NAME);
    }

Usage Example

Esempio n. 1
0
 public function tearDown()
 {
     $this->queryAwait(new Query\GenericQuery(Fixtures::getDropTable()));
 }