GraphAware\Neo4j\OGM\Tests\Metadata\PropertyAnnotationMetadataUnitTest::testIsNullableByDefault PHP Method

testIsNullableByDefault() public method

    public function testIsNullableByDefault()
    {
        $metadata = new PropertyAnnotationMetadata('string');
        $this->assertTrue($metadata->isNullable());
    }