mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Bumps dependencies
This commit is contained in:
@ -13,7 +13,7 @@ class ExecutedTest extends TestCase
|
||||
public static $executed = false;
|
||||
|
||||
#[Test]
|
||||
public function testThatGetsExecuted(): void
|
||||
public function test_that_gets_executed(): void
|
||||
{
|
||||
self::$executed = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user