[Bridge/PhpUnit] Fix PHP5.5 compat

This commit is contained in:
Nicolas Grekas 2019-06-26 10:33:58 +02:00
parent 64b68d4922
commit 0c9b3c08b7
1 changed files with 7 additions and 7 deletions

View File

@ -18,14 +18,14 @@ use Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerFor;
*/
class Deprecation
{
private const PATH_TYPE_VENDOR = 'path_type_vendor';
private const PATH_TYPE_SELF = 'path_type_internal';
private const PATH_TYPE_UNDETERMINED = 'path_type_undetermined';
const PATH_TYPE_VENDOR = 'path_type_vendor';
const PATH_TYPE_SELF = 'path_type_internal';
const PATH_TYPE_UNDETERMINED = 'path_type_undetermined';
public const TYPE_SELF = 'type_self';
public const TYPE_DIRECT = 'type_direct';
public const TYPE_INDIRECT = 'type_indirect';
public const TYPE_UNDETERMINED = 'type_undetermined';
const TYPE_SELF = 'type_self';
const TYPE_DIRECT = 'type_direct';
const TYPE_INDIRECT = 'type_indirect';
const TYPE_UNDETERMINED = 'type_undetermined';
/**
* @var array