Code cleaning.
This commit is contained in:
parent
8d8de4a2b0
commit
554ab44d04
2 changed files with 0 additions and 10 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
||||||
.idea
|
|
||||||
composer.phar
|
|
||||||
/vendor/
|
|
||||||
.phpunit.result.cache
|
|
||||||
|
|
||||||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
|
||||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
||||||
# composer.lock
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<phpunit bootstrap="./vendor/autoload.php">
|
<phpunit bootstrap="./vendor/autoload.php">
|
||||||
|
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="The project's test suite">
|
<testsuite name="The project's test suite">
|
||||||
<directory>./tests</directory>
|
<directory>./tests</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
</phpunit>
|
</phpunit>
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue