Skip to content

Commit a18e7c3

Browse files
authored
docs(testing): removing unused variable (#1641)
Remove $clientWithCredentials unused variable from AbstractTest class
1 parent 48d9489 commit a18e7c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ use Hautelook\AliceBundle\PhpUnit\RefreshDatabaseTrait;
5656

5757
abstract class AbstractTest extends ApiTestCase
5858
{
59-
private $token;
60-
private $clientWithCredentials;
59+
private ?string $token = null;
6160

6261
use RefreshDatabaseTrait;
6362

0 commit comments

Comments
 (0)