mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
11 lines
250 B
Markdown
11 lines
250 B
Markdown
# Shlink test utils
|
|
|
|
Helpers and utilities to run different types of tests in Shlink.
|
|
|
|
Provided base test classes:
|
|
|
|
* `ApiTestCase` for API e2e tests.
|
|
* `DbTestCase` for database integration tests.
|
|
|
|
Both classes extends [phpunit]'s `TestCase` class.
|