mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
test: update the snapshot with new test output
This commit is contained in:
@ -103,6 +103,18 @@
|
|||||||
PASS Tests\Fixtures\ExampleTest
|
PASS Tests\Fixtures\ExampleTest
|
||||||
✓ it example 2
|
✓ it example 2
|
||||||
|
|
||||||
|
PASS Tests\Hooks\AfterAllTest
|
||||||
|
✓ global afterAll execution order
|
||||||
|
|
||||||
|
PASS Tests\Hooks\AfterEachTest
|
||||||
|
✓ global afterEach execution order
|
||||||
|
|
||||||
|
PASS Tests\Hooks\BeforeAllTest
|
||||||
|
✓ global beforeAll execution order
|
||||||
|
|
||||||
|
PASS Tests\Hooks\BeforeEachTest
|
||||||
|
✓ global beforeEach execution order
|
||||||
|
|
||||||
PASS Tests\PHPUnit\CustomAffixes\InvalidTestName
|
PASS Tests\PHPUnit\CustomAffixes\InvalidTestName
|
||||||
✓ it runs file names like `@#$%^&()-_=+.php`
|
✓ it runs file names like `@#$%^&()-_=+.php`
|
||||||
|
|
||||||
@ -209,5 +221,5 @@
|
|||||||
✓ it is a test
|
✓ it is a test
|
||||||
✓ it uses correct parent class
|
✓ it uses correct parent class
|
||||||
|
|
||||||
Tests: 7 skipped, 115 passed
|
Tests: 7 skipped, 119 passed
|
||||||
|
|
||||||
Reference in New Issue
Block a user