test: add tests for shared/global before each hooks

This commit is contained in:
jordanbrauer
2021-03-28 01:54:43 -05:00
parent d2babb1331
commit 7eb5478c42
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,6 @@
<?php
uses()->group('integration')->in('Visual');
uses()->beforeEach(function (): void {
$this->baz = 1;
})->in('Hooks');