Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
test
Commits
9ab37f67
Commit
9ab37f67
authored
Dec 07, 2016
by
Bertrand Gauthier
Browse files
Suppression config.local.dist et config.global.dist inutiles.
parent
9e184cbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/unicaen-test.global.php.dist
deleted
100644 → 0
View file @
9e184cbb
<?php
/**
* Configuration globale du module UnicaenTest.
*
* If you have a ./config/autoload/ directory set up for your project,
* drop this config file in it and change the values as you wish.
*/
return
[
'unicaen-test'
=>
[
],
];
\ No newline at end of file
config/unicaen-test.local.php.dist
deleted
100644 → 0
View file @
9e184cbb
<?php
/**
* Configuration locale du module UnicaenTest.
*
* If you have a ./config/autoload/ directory set up for your project,
* drop this config file in it and change the values as you wish.
*/
return
[
'unicaen-test'
=>
[
],
];
\ No newline at end of file
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