mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02: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');
|