fixtureCallStorage = $this->objectManager->get(FixtureCallStorage::class); } /** * Checks that fixture can be added * * @return void */ public function testAddFixture(): void { $this->assertEquals( 1, $this->fixtureCallStorage->getFixturesCount('fixture1_second_module.php') ); } }