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