This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
Arsse
Watch
1
Star
1
Fork
You've already forked Arsse
0
mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced
2024-12-22 13:12:41 +00:00
Code
Issues
Activity
9c65e31457
Arsse
/
autoload.php
3 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
Changes to Lang (fixes #33) with tests
2017-02-09 21:39:13 +00:00
<
?
php
require_once
__DIR__
.
DIRECTORY_SEPARATOR
.
"
bootstrap.php
"
;
Eliminated passing of RuntimeData instances - RuntimeData has now been replaced by a single static Data class - The Data class has a load() method which fills the same role as the constructor of RuntimeData - The static Lang class is now an instantiable class and is a member of Data - All tests have been adjusted and pass - The Exception tests no longer require convoluted workarounds: a simple mock for Data::$l suffices; Lang tests also use a mock to prevent loops now instead of using a workaround
2017-03-28 22:50:00 +00:00
Data
::
load
(
new
Conf
());
Copy permalink