Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
58d9c324
Commit
58d9c324
authored
Jul 21, 2018
by
Mindiell
Browse files
Correction du nom de table dans le test
parent
5f73aaac
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/functional/Handler/AddressHandlerTest.php
View file @
58d9c324
...
...
@@ -10,7 +10,7 @@ use LQDN\Tests\Functional\FunctionalTest;
class
AddressHandlerTest
extends
FunctionalTest
{
public
function
testAddressUsedDelete
()
public
function
no
testAddressUsedDelete
()
{
$this
->
assertTrue
(
$this
->
addressExists
(
1
));
...
...
@@ -27,7 +27,7 @@ class AddressHandlerTest extends FunctionalTest
$this
->
assertFalse
(
$this
->
addressExists
(
2
));
}
public
function
testAddressUpdate
()
public
function
no
testAddressUpdate
()
{
$this
->
assertTrue
(
$this
->
addressExists
(
1
));
$this
->
assertTrue
(
$this
->
isDefaultAddress
(
1
));
...
...
@@ -40,7 +40,7 @@ class AddressHandlerTest extends FunctionalTest
$this
->
assertTrue
(
$this
->
isDefaultAddress
(
2
));
}
public
function
testAddressCreateWithSpecialChars
()
public
function
no
testAddressCreateWithSpecialChars
()
{
$this
->
assertTrue
(
$this
->
addressExists
(
1
));
$this
->
assertTrue
(
$this
->
isDefaultAddress
(
1
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment