Skip to content

Commit 2c4f723

Browse files
committed
CS
1 parent e82e2df commit 2c4f723

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tests/dummy_test.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
use PHPUnit\Framework\TestCase;
44

5+
/**
6+
* @internal
7+
*/
58
class rex_diff_detect_dummy_test extends TestCase
69
{
7-
public function testSettings()
8-
{
9-
$this->assertTrue(true);
10-
}
10+
public function testSettings()
11+
{
12+
static::assertTrue(true);
13+
}
1114
}

0 commit comments

Comments
 (0)