Cassandra\Type\ScalarTest::testAllowCreatingTypes PHP Метод

testAllowCreatingTypes() публичный Метод

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