Cassandra\Type\ScalarTest::testAllowCreatingTypes PHP Method

testAllowCreatingTypes() public method

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