Remove bootstrap.php #117

Closed
opened 2017-09-30 13:42:04 -04:00 by jking · 0 comments
Owner

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.

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.
jking added this to the Future milestone 2017-09-30 13:42:04 -04:00
jking closed this issue 2017-10-01 09:33:53 -04:00
jking modified the milestone from Future to 0.2.0 2017-11-23 18:15:28 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

-

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#117
No description provided.