Skip to content

Commit 18b6eec

Browse files
committed
Add annotations
1 parent ef183c0 commit 18b6eec

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tests/functional/src/ApplicationTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
namespace Tests\Functional;
66

7+
use Arachne\Codeception\Module\NetteApplicationModule;
8+
use Arachne\Codeception\Module\NetteDIModule;
79
use Codeception\Test\Unit;
810
use Nette\Application\Application;
911

@@ -12,6 +14,9 @@
1214
*/
1315
class ApplicationTest extends Unit
1416
{
17+
/**
18+
* @var NetteApplicationModule|NetteDIModule
19+
*/
1520
protected $tester;
1621

1722
public function testApplication()

tests/functional/src/DITest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace Tests\Functional;
66

7+
use Arachne\Codeception\Module\NetteDIModule;
78
use Codeception\Test\Unit;
89
use Nette\DI\Container;
910

@@ -12,6 +13,9 @@
1213
*/
1314
class DITest extends Unit
1415
{
16+
/**
17+
* @var NetteDIModule
18+
*/
1519
protected $tester;
1620

1721
public function testContainer()

0 commit comments

Comments
 (0)