shlink/module/TestUtils
2019-08-11 16:30:46 +02:00
..
src Created TestUtils module 2019-08-11 16:30:46 +02:00
LICENSE Created TestUtils module 2019-08-11 16:30:46 +02:00
README.md Created TestUtils module 2019-08-11 16:30:46 +02:00

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.