mirror of
https://github.com/pestphp/pest.git
synced 2026-07-21 17:10:03 +02: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