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

testNotHaveCustomKeyByDefault() public method

    public function testNotHaveCustomKeyByDefault()
    {
        $metadata = new PropertyAnnotationMetadata('string');
        $this->assertFalse($metadata->hasCustomKey());
    }