コード例 #1
0
ファイル: Test.php プロジェクト: roukmoute/Advent-of-Code
 public function testEnterTheBasementAtCharacterPositionOne()
 {
     $this->day1->activeTheFirstPositionToEnterTheBasement();
     $this->day1->setParenthesis(')');
     $this->assertEquals(1, $this->day1->getPositionToEnterTheBasement());
 }