Cassandra\Type\ScalarTest::testAllowCreatingTypes PHP Méthode

testAllowCreatingTypes() public méthode

    public function testAllowCreatingTypes()
    {
        $this->assertEquals("some string", Type::varchar()->create("some string"));
    }