Test Suite
Test Suite
To ensure wallabag development quality, we wrote tests with PHPUnit.
When contributing to the project - whether through translations, bug fixes, or new features - you should include appropriate tests for your changes.
To launch wallabag testsuite, you need to have ant installed.
To run the tests, first install the project dependencies by running composer install
. Then execute make test
, which will populate the test database with sample data and run the tests.