Remove bootstrap.php #117
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
-
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally the idea behind
bootstrap.php
was to keep common setup for CLI, Web execution, and testing in one place, under the assumption there would be many scripts (one for each protocol); this has not turned out to be the case.Consequently the version number can move to the Arsse class, bootstrap code can be moved directly to
arsse.php
and tests can have their own separate bootstrap file which can be expanded if needed.