Skip to content
Snippets Groups Projects
Commit c204a797 authored by llaffont's avatar llaffont
Browse files

Permet de lancer phpunit ailleurs que dans le répertoire tests

parent d4607682
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@
* along with AFI-OPAC 2.0; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
chdir('..');
chdir(realpath(dirname(__FILE__)).'/../');
error_reporting(E_ALL^E_DEPRECATED);
ini_set('display_startup_errors', 1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment