Ensure all constants have visibility

This commit is contained in:
PJ Dietz 2020-08-15 07:54:08 -04:00
parent fe0f1ff8f9
commit 5ba8771e93
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class RouteTest extends TestCase
{
use ProphecyTrait;
const TARGET = '/target';
private const TARGET = '/target';
private $methodMap;
private $route;