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