Added tests

This commit is contained in:
Gregory Magarshak
2026-07-21 08:39:17 -04:00
parent 5983f11b91
commit a99b9fe8e6
12 changed files with 577 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
sleep(2);
echo json_encode(['slept' => 2]);