Skip to content

Commit 799a006

Browse files
Add missing annotations
1 parent 9b9569e commit 799a006

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

tests/DifferTest.php

-345 Bytes
Binary file not shown.

tests/LCS/TimeEfficientImplementationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use PHPUnit\Framework\TestCase;
1414

1515
/**
16-
* Some of these tests are volontary stressfull, in order to give some approximative benchmark hints.
16+
* @covers SebastianBergmann\Diff\LCS\TimeEfficientImplementation
1717
*/
1818
class TimeEfficientImplementationTest extends TestCase
1919
{

tests/ParserTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
use PHPUnit\Framework\TestCase;
1414

15+
/**
16+
* @covers SebastianBergmann\Diff\Parser
17+
* @uses SebastianBergmann\Diff\Chunk
18+
* @uses SebastianBergmann\Diff\Diff
19+
* @uses SebastianBergmann\Diff\Line
20+
*/
1521
class ParserTest extends TestCase
1622
{
1723
/**

0 commit comments

Comments
 (0)