コード例 #1
0
 /**
  * testExists
  *
  * @return  void
  */
 public function testExists()
 {
     $this->assertTrue($this->instance->exists('flower'));
     $this->assertFalse($this->instance->exists('fire'));
 }