mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
test: add tests for shared/global before each hooks
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
<?php
|
||||
|
||||
uses()->group('integration')->in('Visual');
|
||||
uses()->beforeEach(function (): void {
|
||||
$this->baz = 1;
|
||||
})->in('Hooks');
|
||||
|
||||
Reference in New Issue
Block a user