Ejemplo n.º 1
0
 public function testContructor()
 {
     $s = new Boolean(true);
     $this->assertEquals(true, $s->getValue());
 }