Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Report
Commits
dc3a0789
Commit
dc3a0789
authored
Feb 25, 2016
by
Julien Fastré
Browse files
Merge remote-tracking branch 'framagit/master'
parents
0a4b8750
e6cacb85
Pipeline
#615
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Tests/Controller/ReportControllerTest.php
View file @
dc3a0789
...
...
@@ -383,7 +383,7 @@ class ReportControllerTest extends WebTestCase
$this
->
assertRegExp
(
sprintf
(
'|/fr/person/%s/report/[0-9]*/view$|'
,
static
::
$person
->
getId
(),
$reportId
),
$linkSee
[
0
]
->
getUri
());
$linkUpdate
=
$crawler
->
selectLink
(
'
Update
'
)
->
links
();
$linkUpdate
=
$crawler
->
selectLink
(
'
Mettre à jour
'
)
->
links
();
$this
->
assertGreaterThan
(
0
,
count
(
$linkUpdate
));
$this
->
assertRegExp
(
sprintf
(
'|/fr/person/%s/report/[0-9]*/edit$|'
,
static
::
$person
->
getId
(),
$reportId
),
$linkUpdate
[
0
]
->
getUri
());
...
...
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