cleanup
This commit is contained in:
7
plugins/buena/use/shy-wordpress/.gitignore
vendored
Normal file
7
plugins/buena/use/shy-wordpress/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# Eclipse project files
|
||||
.buildpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
# Local PHPUnit configuration
|
||||
phpunit.xml
|
7
plugins/buena/use/shy-wordpress/phpunit.xml.dist
Normal file
7
plugins/buena/use/shy-wordpress/phpunit.xml.dist
Normal file
@ -0,0 +1,7 @@
|
||||
<phpunit boostrap="tests/bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite>
|
||||
<directory suffix="Test.php" phpVersion="5.4.0">tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
Reference in New Issue
Block a user