Skip to content

Commit 1221623

Browse files
committed
Add missing test instance var
1 parent 7975367 commit 1221623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/React/Chatroulette/IntegrationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
class IntegrationTest extends \PHPUnit_Framework_TestCase
1010
{
11-
private $logger;
1211
private $handler;
12+
private $logger;
13+
private $app;
1314

1415
public function setUp()
1516
{

0 commit comments

Comments
 (0)