mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-07 07:43:12 +08:00
250 B
250 B
Shlink test utils
Helpers and utilities to run different types of tests in Shlink.
Provided base test classes:
ApiTestCasefor API e2e tests.DbTestCasefor database integration tests.
Both classes extends [phpunit]'s TestCase class.