public function testDump()
 {
     $this->assertContains('table', DB::dump());
     $this->assertTrue(is_array(DB::dump('array')));
 }