/** * @param ControllerTestCase $testCase * * @return bool */ private function _isFixturesUsedInTest(ControllerTestCase $testCase) { return array_key_exists(self::FIXTURE_ANNOTATION_KEY, $testCase->getAnnotations()['method']); }