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

testCustomKeyCanBePassed() public method

    public function testCustomKeyCanBePassed()
    {
        $metadata = new PropertyAnnotationMetadata('string', 'dob');
        $this->assertEquals('dob', $metadata->getKey());
    }