コード例 #1
0
ファイル: GeneratorTest.php プロジェクト: AcceptableIce/Larp3
 public function testStorytellerAddSpecialization()
 {
     self::$version->setEditingUser(self::$storyteller);
     $this->assertCostDifference(0, function () {
         self::$version->addAbilityWithSpecialization(RulebookAbility::skip(1)->first(), 1, "Test Specialization");
     });
 }