]> git.agnieray.net Git - galette.git/blobdiff - tests/Galette/Core/tests/units/Password.php
No default sql value on text fields
[galette.git] / tests / Galette / Core / tests / units / Password.php
index 964cf599846bad285b09c8169082b87af24236de..2ffb7db11573ab546bb82ee36bb57bd0a0ae7836 100644 (file)
@@ -115,7 +115,8 @@ class Password extends atoum
         $insert->values(
             [
                 'nom_adh'   => 'Test password user',
-                'login_adh' => 'test_password_user'
+                'login_adh' => 'test_password_user',
+                'adresse_adh' => 'The address'
             ]
         );
         $this->zdb->execute($insert);