Пример #1
0
 /**
  * Test if type can be set
  *
  * @test
  * @return void
  */
 public function typeCanBeSetTest()
 {
     $type = 0;
     $this->fixture->setType($type);
     $this->assertEquals($type, $this->fixture->getType());
 }