Esempio n. 1
0
 public function testIsTargetType()
 {
     $this->assertTrue($this->object->isTargetType(1));
     $this->assertFalse($this->object->isTargetType(100));
     $this->assertFalse($this->object->isTargetType('JEANS'));
 }