D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
epaji.com
/
public_html
/
hindiusa
/
vendor
/
cebe
/
markdown
/
Filename :
phpunit.xml.dist
back
Copy
<?xml version="1.0" encoding="utf-8"?> <phpunit bootstrap="./tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false"> <testsuites> <testsuite name="Markdown Test Suite"> <file>./tests/ParserTest.php</file> <file>./tests/MarkdownTest.php</file> <file>./tests/MarkdownOLStartNumTest.php</file> <file>./tests/GithubMarkdownTest.php</file> <file>./tests/MarkdownExtraTest.php</file> </testsuite> </testsuites> <filter> <blacklist> <directory>./vendor</directory> <directory>./tests</directory> </blacklist> </filter> </phpunit>