summaryrefslogtreecommitdiffstats
path: root/Core/Tests/Util/StringUtilsTest.php
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2015-10-14 16:40:43 +0200
committerNicolas Grekas <nicolas.grekas@gmail.com>2015-10-28 03:15:07 +0100
commit1473342e7bb5d3d3080f78b196f528b4acf34db2 (patch)
tree3319333a745b78bd7b4b04c504be69d7543f729b /Core/Tests/Util/StringUtilsTest.php
parentd355322988b1c1d1798e19c41cc86b4169c31f2a (diff)
downloadsymfony-security-1473342e7bb5d3d3080f78b196f528b4acf34db2.zip
symfony-security-1473342e7bb5d3d3080f78b196f528b4acf34db2.tar.gz
symfony-security-1473342e7bb5d3d3080f78b196f528b4acf34db2.tar.bz2
Rely on iconv and symfony/polyfill-*
Diffstat (limited to 'Core/Tests/Util/StringUtilsTest.php')
-rw-r--r--Core/Tests/Util/StringUtilsTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Tests/Util/StringUtilsTest.php b/Core/Tests/Util/StringUtilsTest.php
index faeaf25..78d9b05 100644
--- a/Core/Tests/Util/StringUtilsTest.php
+++ b/Core/Tests/Util/StringUtilsTest.php
@@ -15,6 +15,8 @@ use Symfony\Component\Security\Core\Util\StringUtils;
/**
* Data from PHP.net's hash_equals tests.
+ *
+ * @group legacy
*/
class StringUtilsTest extends \PHPUnit_Framework_TestCase
{