Add PHPUnit coverage: Entity CRUD, Area placing, Sessions, Utils
- EntityCrudTest: 6 tests covering update, get, remove, id, to_array
- AreaPlacingTest: 2 tests for place_in_area and place_in_area_id
- SessionsTest: 4 tests for create, get_by_token, close, status
- UtilsTest: 7 tests for response_error/success, table_row_is_exists,
  generate_token, dayname_translate, fast_ping_tcp
- TestApp helper + bootstrap init with SQLite :memory: for app() dependencies
- Update server-audit.md: 36 total tests, expand coverage roadmap
dev
1 parent 9d7649e commit ab051e73a6656cca918209a85982df40b3b703f4
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 3 hours ago
Showing 7 changed files
View
docs/server-audit.md
View
server/tests/AreaPlacingTest.php 0 → 100644
View
server/tests/EntityCrudTest.php 0 → 100644
View
server/tests/SessionsTest.php 0 → 100644
View
server/tests/TestApp.php 0 → 100644
View
server/tests/UtilsTest.php 0 → 100644
View
server/tests/bootstrap.php