diff options
Diffstat (limited to 'Tests/Core')
-rw-r--r-- | Tests/Core/Util/SecureRandomTest.php | 10 | ||||
-rw-r--r-- | Tests/Core/Util/StringUtilsTest.php | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Tests/Core/Util/SecureRandomTest.php b/Tests/Core/Util/SecureRandomTest.php index 05b4b02..bd9fec5 100644 --- a/Tests/Core/Util/SecureRandomTest.php +++ b/Tests/Core/Util/SecureRandomTest.php @@ -16,7 +16,7 @@ use Symfony\Component\Security\Core\Util\SecureRandom; class SecureRandomTest extends \PHPUnit_Framework_TestCase { /** - * T1: Monobit test + * T1: Monobit test. * * @dataProvider getSecureRandoms */ @@ -27,7 +27,7 @@ class SecureRandomTest extends \PHPUnit_Framework_TestCase } /** - * T2: Chi-square test with 15 degrees of freedom (chi-Quadrat-Anpassungstest) + * T2: Chi-square test with 15 degrees of freedom (chi-Quadrat-Anpassungstest). * * @dataProvider getSecureRandoms */ @@ -55,7 +55,7 @@ class SecureRandomTest extends \PHPUnit_Framework_TestCase } /** - * Run test + * Run test. * * @dataProvider getSecureRandoms */ @@ -103,7 +103,7 @@ class SecureRandomTest extends \PHPUnit_Framework_TestCase } /** - * Long-run test + * Long-run test. * * @dataProvider getSecureRandoms */ @@ -132,7 +132,7 @@ class SecureRandomTest extends \PHPUnit_Framework_TestCase } /** - * Serial Correlation (Autokorrelationstest) + * Serial Correlation (Autokorrelationstest). * * @dataProvider getSecureRandoms */ diff --git a/Tests/Core/Util/StringUtilsTest.php b/Tests/Core/Util/StringUtilsTest.php index b16cbac..3b18d48 100644 --- a/Tests/Core/Util/StringUtilsTest.php +++ b/Tests/Core/Util/StringUtilsTest.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Security\Tests\Core\Util; use Symfony\Component\Security\Core\Util\StringUtils; /** - * Data from PHP.net's hash_equals tests + * Data from PHP.net's hash_equals tests. */ class StringUtilsTest extends \PHPUnit_Framework_TestCase { |