mscherer 9 years ago
parent
commit
c0b3d11298
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/TestCase/Network/Http/Auth/DigestTest.php

+ 2 - 2
tests/TestCase/Network/Http/Auth/DigestTest.php

@@ -28,12 +28,12 @@ class DigestTest extends TestCase
     /**
      * @var \PHPUnit_Framework_MockObject_MockObject|\Cake\Http\Client
      */
-    protected  $client;
+    public $client;
 
     /**
      * @var \Cake\Http\Client\Auth\Digest
      */
-    protected $auth;
+    public $auth;
 
     /**
      * Setup