mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
|
|
uses()->group('integration')->in('Visual');
|
|
uses()->beforeEach(function (): void {
|
|
$this->baz = 1;
|
|
})->in('Hooks');
|