HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/cafe-de-bout.komma.pro/vendor/phpunit/phpunit/tests/basic/README.md
# PHPUnit Basic Training

The `basic` test suite is designed to put PHPUnit through its paces:
- basic test runner functionality
  - configuration options
  - test selection, grouping
  - execution reordering and dependecy resolution are noticeable
- all test result statuses
- common fixture errors and exceptions
- common dataprovider errors and exceptions
- out-of-sequence test events are processed correctly
- events from isolated sandboxes are reported to the user
- execution order and reporting order are decoupled

## References
- https://github.com/sebastianbergmann/phpunit/issues/3453