GraphAware\Neo4j\OGM\Tests\Metadata\PropertyAnnotationMetadataUnitTest::testCustomKeyCanBePassed PHP Méthode

testCustomKeyCanBePassed() public méthode

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