Пример #1
0
 /**
  * @covers media_subdef::rotate
  * @expectedException \Alchemy\Phrasea\Exception\RuntimeException
  * @covers \Alchemy\Phrasea\Exception\RuntimeException
  */
 public function testRotateOnSubstitution()
 {
     self::$objectNotPresent->rotate(90, self::$DI['app']['media-alchemyst'], self::$DI['app']['mediavorus']);
 }