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

testNotNullableCanBeDefined() public méthode

    public function testNotNullableCanBeDefined()
    {
        $metadata = new PropertyAnnotationMetadata('string', null, false);
        $this->assertFalse($metadata->isNullable());
    }