DeleteQueryTest::testDeleteWithoutAlias PHP Method

testDeleteWithoutAlias() public method

    public function testDeleteWithoutAlias()
    {
        $q = new DeleteQuery();
        $q->delete('users');
        $this->assertQuery($q);
    }