public function testEnterTheBasementAtCharacterPositionOne() { $this->day1->activeTheFirstPositionToEnterTheBasement(); $this->day1->setParenthesis(')'); $this->assertEquals(1, $this->day1->getPositionToEnterTheBasement()); }