mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
Enables integration
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest\TestCases;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @phpstan-ignore-next-line
|
||||
*/
|
||||
class IgnorableTestCase extends TestCase
|
||||
{
|
||||
// ..
|
||||
}
|
||||
Reference in New Issue
Block a user