mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 10:00:03 +02:00
feat: adds pest function
This commit is contained in:
@@ -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