partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5be4923568be2f4fa710a5357bce3129453c34c3
parent 776fb140ffcde850d6c6388bda979cc4a148289f
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  3 May 2013 12:08:44 +0200

Adjusted test to the reality, we don't do any replacements anymore

Diffstat:
Mtests/Auth/UserTest.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Auth/UserTest.php b/tests/Auth/UserTest.php @@ -12,7 +12,7 @@ class UserTest extends \PHPUnit_Framework_TestCase { $user->setUsername("Timo A. Hummel"); - $this->assertEquals($user->getUsername(), "timo_a_hummel"); + $this->assertEquals($user->getUsername(), "Timo A. Hummel"); $user->setPassword("foobar"); $hashedPassword = "3858f62230ac3c915f300c664312c63f";