Beispiel #1
0
 public function testPairThatAppearsTwiceWithOverlappingWithAA()
 {
     $this->assertFalse($this->day5->hasPair('aaa'));
 }