12345678910111213141516171819 |
- {
- "symbol-whitelist" : [
- "PHPUnit\\Framework\\Constraint\\IsIdentical",
- "PHPUnit\\Framework\\TestCase",
- "PHPUnitGoodPractices\\Traits\\ExpectationViaCodeOverAnnotationTrait",
- "PHPUnitGoodPractices\\Traits\\ExpectOverSetExceptionTrait",
- "PHPUnitGoodPractices\\Traits\\IdentityOverEqualityTrait",
- "PHPUnitGoodPractices\\Traits\\ProphecyOverMockObjectTrait",
- "Prophecy\\Argument",
- "null", "true", "false",
- "static", "self", "parent",
- "array", "string", "int", "float", "bool", "iterable", "callable", "void"
- ],
- "php-core-extensions" : [
- "dom", "mbstring", "Phar",
- "Core", "date", "pcre", "Reflection", "SPL", "standard"
- ]
- }
|