mirror of
https://github.com/pestphp/pest.git
synced 2026-04-22 15:07:28 +02:00
Added "toBeInvokable" arch expectation.
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Fixtures\Arch\ToBeInvokable\IsNotInvokable;
|
||||
|
||||
class IsNotInvokableClass
|
||||
{
|
||||
public function handle(): void
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user