Beispiel #1
0
 /**
  * @covers ::isSoftDeleted
  */
 public function testIsSoftDeleted()
 {
     $city = new City();
     $this->assertFalse($city->isSoftDeleted());
 }