mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
feat: adds pest function
This commit is contained in:
7
tests/Unit/Configuration/Theme.php
Normal file
7
tests/Unit/Configuration/Theme.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
it('creates a theme instance', function () {
|
||||
$theme = pest()->theme();
|
||||
|
||||
expect($theme)->toBeInstanceOf(Pest\Configuration\Theme::class);
|
||||
});
|
||||
Reference in New Issue
Block a user