Automated Tests
Automated Tests
Unit tests with PHPUnit
Functional tests with PHPUnit
- Functional tests - symfony.com
- Configuring a Database for Tests - symfony.com
- Fixtures - phpunit.readthedocs.io
- WebTestCase abstract class - github.com
Client object
Crawler object
- The DomCrawler Component - symfony.com
- Write Your First Application Test - symfony.com
- The DOM Crawler - symfony.com
- Crawler class - github.com