Mise en place du skelette
Module.php
0 → 100644
autoload_classmap.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "unicaen/unicaen-ldap", | ||
"description": "Module Ldap de l'UCBN", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://dev.unicaen.fr/packagist" | ||
} | ||
], | ||
"require": { | ||
}, | ||
"require-dev": { | ||
"phpunit/PHPUnit": ">=3.7", | ||
"zendframework/zend-test": ">=2.2" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"UnicaenLdap": "src/", | ||
"UnicaenLdapTest": "tests/" | ||
}, | ||
"classmap": [ | ||
"./Module.php" | ||
] | ||
} | ||
} |
config/module.config.php
0 → 100644
tests/Bootstrap.php
0 → 100644
tests/phpunit.xml
0 → 100644
Please register or sign in to comment