Example #1
0
 public function testCacheFailsNonSelect()
 {
     $query = new Query(Query::UPDATE);
     $query->cache('foobar', '+25 minutes');
     $this->assertEquals(null, $this->object->getCacheKey());
     $this->assertEquals(null, $this->object->getCacheLength());
 }