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:
@@ -4,7 +4,7 @@ sort some notes
|
||||
precision=-1
|
||||
--FILE--
|
||||
<?php
|
||||
require_once __DIR__ . "/../src/UserNotes/Sorter.php";
|
||||
require_once __DIR__ . "/../autoload.php";
|
||||
|
||||
$notes = [
|
||||
[
|
||||
|
||||
@@ -4,7 +4,7 @@ sort no notes
|
||||
precision=-1
|
||||
--FILE--
|
||||
<?php
|
||||
require_once __DIR__ . "/../src/UserNotes/Sorter.php";
|
||||
require_once __DIR__ . "/../autoload.php";
|
||||
|
||||
$notes = [];
|
||||
|
||||
|
||||
@@ -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 = [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user