CI
This commit is contained in:
parent
f8731f6fbe
commit
1ac6c03c1c
2 changed files with 8 additions and 8 deletions
|
|
@ -1,14 +1,14 @@
|
|||
CSV parser/generator
|
||||
====================
|
||||
|
||||
<a href="https://phpci.gitnet.fr/build-status/view/1"></a>
|
||||
<a href="https://phpci.gitnet.fr/project/view/2"></a>
|
||||
|
||||
A simple PHP library to parse and generate CSV files.
|
||||
|
||||
## Composer installation
|
||||
|
||||
```
|
||||
$ composer require deblan/csv
|
||||
$ composer require deblan/csv "~2"
|
||||
```
|
||||
|
||||
Or in your composer.json:
|
||||
|
|
|
|||
12
phpunit.xml
12
phpunit.xml
|
|
@ -7,12 +7,12 @@
|
|||
convertWarningsToExceptions = "true"
|
||||
processIsolation = "false"
|
||||
stopOnFailure = "false"
|
||||
syntaxCheck = "false"
|
||||
syntaxCheck = "true"
|
||||
bootstrap = "vendor/autoload.php" >
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Deblan CSV Test Suite">
|
||||
<directory>tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<testsuites>
|
||||
<testsuite name="Deblan CSV Test Suite">
|
||||
<directory>tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue