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
b36a6082
Commit
b36a6082
authored
Oct 13, 2018
by
Okhin
Browse files
Activating the AddressCreation test
parent
ac63af94
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/functional/Handler/AddressHandlerTest.php
View file @
b36a6082
...
@@ -40,7 +40,7 @@ class AddressHandlerTest extends FunctionalTest
...
@@ -40,7 +40,7 @@ class AddressHandlerTest extends FunctionalTest
$this
->
assertTrue
(
$this
->
isDefaultAddress
(
2
));
$this
->
assertTrue
(
$this
->
isDefaultAddress
(
2
));
}
}
public
function
no
testAddressCreateWithSpecialChars
()
public
function
testAddressCreateWithSpecialChars
()
{
{
$this
->
assertTrue
(
$this
->
addressExists
(
1
));
$this
->
assertTrue
(
$this
->
addressExists
(
1
));
$this
->
assertTrue
(
$this
->
isDefaultAddress
(
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