rel #41044 : extract Class_Indexation from Bokeh to its own project + fix Œ
parents
Branches
Showing
- LICENCE 0 additions, 0 deletionsLICENCE
- Linse.php 0 additions, 0 deletionsLinse.php
- composer.json 11 additions, 0 deletionscomposer.json
- tests/LinseTest.php 29 additions, 0 deletionstests/LinseTest.php
- tests/bootstrap.php 23 additions, 0 deletionstests/bootstrap.php
- tests/phpunit.xml 14 additions, 0 deletionstests/phpunit.xml
LICENCE
0 → 100644
This diff is collapsed.
Linse.php
0 → 100644
This diff is collapsed.
composer.json
0 → 100644
{ | ||
"name": "afi/linse", | ||
"description": "Linse (lens in Deutch) is a tool to convert and transform texts.", | ||
"require": { | ||
"phpunit/phpunit": "^5.2" | ||
}, | ||
"license": "AGPL", | ||
"scripts": { | ||
"test": "phpunit -c tests/phpunit.xml" | ||
} | ||
} |
tests/LinseTest.php
0 → 100644
tests/bootstrap.php
0 → 100644
tests/phpunit.xml
0 → 100644
Please register or sign in to comment