Add contributor edition
- added viaf resolver
- improve contributors list display
- add update of document objects
- propagate update to back office
- update back office
- add bo-client to back office
- setup language initializer
- add options mechanism
- add language information in language list
- add lexvo resolver service + api
- add language and lexvo resolver to js app
- correct env template
- refresh bootstrap
- download google font
- add version information
- update dev virtual machine to centos7
- add a readme + clean folders
- add local .env file to start commands
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
<!--testsuite name="Application Test Suite Repositories">
<directory>./tests/Repositories</directory>
</testsuite>
<testsuite name="Application Test Suite Models">
<directory>./tests/Models</directory>
</testsuite>
<testsuite name="Application Test Suite Controllers">
<directory>./tests/Controllers</directory>
</testsuite>
<testsuite name="Application Test Suite Libraries">
<directory>./tests/Libraries/Sparql</directory>
</testsuite-->
</testsuites>
<php>
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="DATABASE_DRIVER" value="pgsql_test"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
<env name="CORPUSPAROLE_SESAME_REPOSITORY" value="cocoon_test"/>
</php>
</phpunit>