From 5d505a5062da4bc79ba906b4df811ce615ff3fbc Mon Sep 17 00:00:00 2001 From: Sweepr Date: Sun, 24 Feb 2019 10:02:28 +0100 Subject: [PATCH] Update test_hash_algorithms.php Running: php test_hash_algorithms.php Anchorman.2.The.Legend.Continues.2013.UNRATED.WEBRip.x264-FLS false true results in -> [24-Feb-2019 09:58:34 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Class 'Illuminate\Support\Facades\File' not found in /home/public_html/nntmux/misc/testing/Dev/test_hash_algorithms.php:65 Stack trace: #0 /home/public_html/nntmux/misc/testing/Dev/test_hash_algorithms.php(54): HashAlgorithms->_testStrings() #1 /home/public_html/nntmux/misc/testing/Dev/test_hash_algorithms.php(192): HashAlgorithms->__construct('Anchorman.2.The...', 'false', true) #2 {main} thrown in /home/public_html/nntmux/misc/testing/Dev/test_hash_algorithms.php on line 65 Adding: require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; solves this problem --- misc/testing/Dev/test_hash_algorithms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/testing/Dev/test_hash_algorithms.php b/misc/testing/Dev/test_hash_algorithms.php index 14ee8042f..568377384 100644 --- a/misc/testing/Dev/test_hash_algorithms.php +++ b/misc/testing/Dev/test_hash_algorithms.php @@ -1,4 +1,5 @@