MDL-82988 general: Apply helper to get path to fixture

This commit is contained in:
meirzamoodle
2024-10-27 15:45:19 +07:00
parent 7bec161984
commit 5bd5d08f7e
39 changed files with 158 additions and 123 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class analysis_test extends \advanced_testcase {
* @return null
*/
public function test_fill_firstanalyses_cache(): void {
require_once(__DIR__ . '/fixtures/test_timesplitting_upcoming_seconds.php');
require_once(self::get_fixture_path(__NAMESPACE__, 'test_timesplitting_upcoming_seconds.php'));
$this->resetAfterTest();
$modelid = 1;