Exemplo n.º 1
0
 public function testContainsOnlyTheValue()
 {
     $generator = new Constant(true);
     $this->assertTrue($generator->contains(true));
     $this->assertFalse($generator->contains(42));
 }