Beispiel #1
0
 public function testFromStringWithScalar()
 {
     $this->assertSame(ScalarType::getInstance(), MixedType::fromString("scalar"));
 }