mirror of
https://github.com/pestphp/pest.git
synced 2026-09-06 14:53:35 +02:00
more tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once __DIR__.'/../app/Calculator.php';
|
||||
require_once __DIR__.'/../app/Greeter.php';
|
||||
|
||||
pest()->tia()->always();
|
||||
Reference in New Issue
Block a user