示例#1
0
 /**
  * @test
  */
 public function hasTopicIntegerForSingleEventForNegativeIntegerReturnsFalse()
 {
     $this->fixture->setRecordPropertyInteger('credit_points', -1);
     self::assertTrue($this->fixture->hasTopicInteger('credit_points'));
 }