Skip to content

Commit c0ad83e

Browse files
committed
feat(Teamcity): Expose Assertion History for every test
1 parent 7121981 commit c0ad83e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/Sample/Self/TestInline.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
namespace Tests\Sample\Self;
66

7-
use Testo\Expect;
8-
9-
/**
10-
* @see Expect::leaks()
11-
*/
127
final class TestInline
138
{
149
#[\Testo\Sample\TestInline(arguments: [1, 1], result: 2)]
@@ -23,7 +18,7 @@ public function void(): void {}
2318

2419
#[\Testo\Sample\TestInline(arguments: ['b' => 'foo', 'a' => 'bar'], result: 'bar-foo')]
2520
#[\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
2722
{
2823
return $a . '-' . $b;
2924
}

0 commit comments

Comments
 (0)