Ensure all constants have visibility
This commit is contained in:
parent
fe0f1ff8f9
commit
5ba8771e93
|
|
@ -13,7 +13,7 @@ class RouteTest extends TestCase
|
||||||
{
|
{
|
||||||
use ProphecyTrait;
|
use ProphecyTrait;
|
||||||
|
|
||||||
const TARGET = '/target';
|
private const TARGET = '/target';
|
||||||
|
|
||||||
private $methodMap;
|
private $methodMap;
|
||||||
private $route;
|
private $route;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue