from('test_table'); $expected = "DELETE FROM `test_table`"; $this->assertEquals($expected, "{$query}"); } }