public function testLastModified()
 {
     $connection = $this->connection;
     if (!$connection) {
         $this->markTestSkipped('MySQL credentials missing.');
     }
     $this->assertNotEquals(0, $this->connection->getLastModifiedDate());
 }
 public function testLastModified()
 {
     $this->assertInternalType('int', $this->connection->getLastModifiedDate());
 }