コード例 #1
0
ファイル: MixedTypeTest.php プロジェクト: jakubkulhan/meta
 public function testFromStringWithScalar()
 {
     $this->assertSame(ScalarType::getInstance(), MixedType::fromString("scalar"));
 }