/**
  * @test
  */
 public function setTypeCanSetTypeToCore()
 {
     $this->fixture->setType(Tx_Phpunit_Testable::TYPE_CORE);
     $this->assertSame(Tx_Phpunit_Testable::TYPE_CORE, $this->fixture->getType());
 }