assertTrue(file_exists(APPROOT.$sFileRelPath), $sMethodName.' method returns a non existing file: '.$sFileRelPath); } } public function CheckFilesExistProvider(): array { return [ 'GetJSFilesRelPathsForCKEditor' => ['GetJSFilesRelPathsForCKEditor'], ]; } }