diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-31 14:39:32 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-31 14:39:32 +0200 |
commit | ece05f250cc6fb74eb56c031c76403b3273ad245 (patch) | |
tree | 05e6299273582ee393bcd418f7c268c8455d3137 /Core/Tests/Util/ClassUtilsTest.php | |
parent | 22646d17807d51c97b732ea8a779bc1bd233ebeb (diff) | |
parent | dddb2b44d3d3b93b244a39da490e54eea9f79672 (diff) | |
download | symfony-security-ece05f250cc6fb74eb56c031c76403b3273ad245.zip symfony-security-ece05f250cc6fb74eb56c031c76403b3273ad245.tar.gz symfony-security-ece05f250cc6fb74eb56c031c76403b3273ad245.tar.bz2 |
Merge branch '2.8'
* 2.8:
bumped minimal version in appveyor to 5.3.9
[VarDumper] Fix missing support for dumping PHP7 return type
Require security-acl 2.7 for BC
[travis] disable symfony_debug ext when deps!=no
Require actual version of ACL component until ACL/2.8 branch released
Do not normalize the kernel root directory path (see symfony/symfony#15474).
Don't trigger deprecation on interfaces
[Debug] Ignore silencing for deprecations
[ci] Run minimal versions on appveyor only
Deprecated Security ClassUtils in favor of Acl ClassUtils
Fix appveyor file
consistently use str_replace to unify directory separators (remaining)
Diffstat (limited to 'Core/Tests/Util/ClassUtilsTest.php')
-rw-r--r-- | Core/Tests/Util/ClassUtilsTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Core/Tests/Util/ClassUtilsTest.php b/Core/Tests/Util/ClassUtilsTest.php index e8f0143..b048206 100644 --- a/Core/Tests/Util/ClassUtilsTest.php +++ b/Core/Tests/Util/ClassUtilsTest.php @@ -13,6 +13,9 @@ namespace Symfony\Component\Security\Core\Tests\Util { use Symfony\Component\Security\Core\Util\ClassUtils; + /** + * @group legacy + */ class ClassUtilsTest extends \PHPUnit_Framework_TestCase { public static function dataGetClass() |