Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
6bc447b4
Commit
6bc447b4
authored
Mar 15, 2019
by
Bertrand Gauthier
Browse files
Config phpunit pour lancer les tests de unicaen/app
parent
d9b02b15
Pipeline
#4035
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
phpunit-unicaen.xml
0 → 100644
View file @
6bc447b4
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap=
"vendor/autoload.php"
colors=
"true"
>
<testsuites>
<testsuite
name=
"app"
>
<directory>
vendor/unicaen/app/tests/UnicaenAppTest
</directory>
</testsuite>
</testsuites>
</phpunit>
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