public function testFetchCount()
 {
     $this->assertGreaterThan(1, $this->table->fetchCount());
     //Test where args
     $this->assertEquals(0, $this->table->fetchCount(['id' => 0]));
 }