mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 09:02:41 +00:00
f04ba956a9
- Ensure Web server is up before running tests (skip otherwise) - Place expected timestamps closer to assertions, to lessen chances of off-by-one failures
4 lines
No EOL
67 B
PHP
4 lines
No EOL
67 B
PHP
<?php return [
|
|
'code' => 200,
|
|
'content' => "I'm up!",
|
|
]; |