GraphAware\Neo4j\OGM\Tests\Integration\NativeQuery\QueryResultMappingITTest::testNativeQueryResultWithAndOr PHP Method

testNativeQueryResultWithAndOr() public method

    public function testNativeQueryResultWithAndOr()
    {
        $this->clearDb();
        $user = new User('johndoe', '[email protected]');
        $this->em->persist($user);
        $this->em->flush();
        $this->em->clear();
    }