We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Assertion History
1 parent 7121981 commit c0ad83eCopy full SHA for c0ad83e
tests/Sample/Self/TestInline.php
@@ -4,11 +4,6 @@
4
5
namespace Tests\Sample\Self;
6
7
-use Testo\Expect;
8
-
9
-/**
10
- * @see Expect::leaks()
11
- */
12
final class TestInline
13
{
14
#[\Testo\Sample\TestInline(arguments: [1, 1], result: 2)]
@@ -23,7 +18,7 @@ public function void(): void {}
23
18
24
19
#[\Testo\Sample\TestInline(arguments: ['b' => 'foo', 'a' => 'bar'], result: 'bar-foo')]
25
20
#[\Testo\Sample\TestInline(arguments: ['foo', 'bar'], result: 'foo-bar')]
26
- public function concat(string $a, string $b): string
21
+ private function concat(string $a, string $b): string
27
22
28
return $a . '-' . $b;
29
}
0 commit comments