Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
10
vendor/sabberworm/php-css-parser/phpunit.xml
vendored
Normal file
10
vendor/sabberworm/php-css-parser/phpunit.xml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<phpunit
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
|
||||
bootstrap="tests/bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite name="Project Test Suite">
|
||||
<directory>tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user