GraphAware\Neo4j\OGM\Tests\Integration\LazyLoadingIntegrationTest::testEmployeesAreLazyLoaded PHP Method

testEmployeesAreLazyLoaded() public method

    public function testEmployeesAreLazyLoaded()
    {
        /** @var Company $company */
        $company = $this->em->getRepository(Company::class)->findOneBy('name', 'Acme');
        $this->inspectValue($company);
    }