예제 #1
0
 /**
  * @covers Alchemy\Phrasea\Border\Attribute\Story::loadFromString
  */
 public function testLoadFromString()
 {
     $story = new Story(self::$DI['record_story_1']);
     $loaded = Story::loadFromString(self::$DI['app'], $story->asString());
     $this->assertEquals($story, $loaded);
 }