From 6844af6a7be0bee2034fc28a649cf02303fac40b Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Wed, 20 Dec 2017 12:21:11 +0100 Subject: [PATCH] hotline #66771 : delete obsolete test --- tests/library/Class/UsersTest.php | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/tests/library/Class/UsersTest.php b/tests/library/Class/UsersTest.php index 55c80db0724..82ce9b58d70 100644 --- a/tests/library/Class/UsersTest.php +++ b/tests/library/Class/UsersTest.php @@ -850,37 +850,6 @@ class UsersFicheAbonneTest extends ModelTestCase { -class UserStabiloUpdatedWithUserTomTest extends Storm_Test_ModelTestCase { - - protected $stabilo, $tom; - - public function setup() { - parent::setup(); - - $this->tom = Class_Users::newInstance(['login' => 'stabilo', - 'naissance' => '15/08/1900', - 'ordreabon' => '1']); - - $this->stabilo = Class_Users::newInstance(['login' => 'stabilo'])->updateUser($this->tom); - - } - - - /** @test **/ - public function stabiloShouldHaveNaissance15Slash08Slash1900() { - $this->assertEquals($this->stabilo->getNaissance(), '15/08/1900'); - } - - - /** @test **/ - public function stabiloShouldHaveOrdreabon1() { - $this->assertEquals($this->stabilo->getOrdreabon(), '1'); - } -} - - - - class UsersGetIdentityWithSessionErrorTest extends Storm_Test_ModelTestCase { /** @test */ public function getIdentityShouldReturnNullOnZendSessionException() { -- GitLab