Unit tests
Last updated
Was this helpful?
Last updated
Was this helpful?
Unit tests are written with the framework.
You can run all tests with:
Tests are placed in the directory, within additional subdirectories conform .
Tests are named after the class they are testing, with the suffix Test.
Test methods use naming, as opposed to the rest of the code base. This makes it easier to generate meaningful, human readable descriptions from the test cases with .
Consult the PHPUnit manual for more information.