コード例 #1
0
ファイル: BooleanTest.php プロジェクト: fkooman/php-lib-types
 public function testContructor()
 {
     $s = new Boolean(true);
     $this->assertEquals(true, $s->getValue());
 }