Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
80a932fa
Commit
80a932fa
authored
7 years ago
by
Giovannoni Laurent
Browse files
Options
Downloads
Patches
Plain Diff
fix only one file
parent
22831beb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/Test/StatusControllerTest.php
+1
-1
1 addition, 1 deletion
core/Test/StatusControllerTest.php
phpunit.xml
+3
-2
3 additions, 2 deletions
phpunit.xml
with
4 additions
and
3 deletions
core/Test/StatusControllerTest.php
+
1
−
1
View file @
80a932fa
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
namespace
MaarchTest
;
namespace
MaarchTest
;
require_once
__DIR__
.
'/define.php'
;
//
require_once __DIR__.'/define.php';
class
StatusControllerTest
extends
\PHPUnit_Framework_TestCase
class
StatusControllerTest
extends
\PHPUnit_Framework_TestCase
{
{
...
...
This diff is collapsed.
Click to expand it.
phpunit.xml
+
3
−
2
View file @
80a932fa
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors=
"true"
>
<phpunit
colors=
"true"
bootstrap=
"core/Test/define.php"
>
<testsuites>
<testsuites>
<testsuite
name=
"Maarch Core Test Suite"
>
<testsuite
name=
"Maarch Core Test Suite"
>
<directory>
core/Test
</directory>
<!--directory>core/Test</directory-->
<file>
core/Test/StatusControllerTest.php
</file>
</testsuite>
</testsuite>
</testsuites>
</testsuites>
<filter>
<filter>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment