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