Exemple #1
0
 /**
  * @covers Alchemy\Phrasea\Border\Attribute\Story::getName
  */
 public function testGetName()
 {
     $story = new Story(self::$DI['record_story_1']);
     $this->assertEquals(AttributeInterface::NAME_STORY, $story->getName());
 }