1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Use autoloader (#614)

This commit is contained in:
Andreas Möller
2022-07-09 00:06:52 +02:00
committed by GitHub
parent 153437dec1
commit 46477db706
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ sort some notes
precision=-1
--FILE--
<?php
require_once __DIR__ . "/../src/UserNotes/Sorter.php";
require_once __DIR__ . "/../autoload.php";
$notes = [
[

View File

@@ -4,7 +4,7 @@ sort no notes
precision=-1
--FILE--
<?php
require_once __DIR__ . "/../src/UserNotes/Sorter.php";
require_once __DIR__ . "/../autoload.php";
$notes = [];

View File

@@ -4,7 +4,7 @@ sort a single note with no votes
precision=-1
--FILE--
<?php
require_once __DIR__ . "/../src/UserNotes/Sorter.php";
require_once __DIR__ . "/../autoload.php";
$notes = [
[