Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nico
piphone-front
Commits
f6265328
Commit
f6265328
authored
Nov 22, 2014
by
nepski
Browse files
test correction
parent
cad0698f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_main.php
View file @
f6265328
...
...
@@ -55,7 +55,7 @@ class Test_Main_Class extends BaseTest {
function
test_main_get_feedbackform_return_contact_id
()
{
$this
->
f3
->
mock
(
'GET /feedback/'
);
$this
->
test
->
expect
(
is_n
umeric
(
$this
->
f3
->
get
(
'contact_id'
)),
!
is_n
an
(
$this
->
f3
->
get
(
'contact_id'
)),
"Do not get a numeric contact id"
);
$this
->
f3
->
clear
(
'ERROR'
);
// clear any errors
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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