getContainer()->get('classFinder'); $this->assertEquals( 'Espo\\Modules\\Crm\\Services\\Account', $classFinder->find('Services', 'Account') ); $this->assertEquals( 'Espo\\Services\\Record', $classFinder->find('Services', 'Record') ); $this->assertTrue(file_exists('data/cache/application/classmapServices.php')); } }