Ejemplo n.º 1
0
 public function testNumberNotPrime()
 {
     $prime = new Prime();
     $this->assertFalse($prime->isNumberPrime());
 }