Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/vendor/fileeye/pel/
Upload File :
Current File : /home/smartconb/www/armencom33/components/com_eventgallery/vendor/fileeye/pel/phpunit.xml

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	backupGlobals="false" 
	colors="true"
        stopOnFailure="false"
	bootstrap="vendor/autoload.php"
	xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.3/phpunit.xsd">
        <source>
                <include>
                        <directory>./src/</directory>
                </include>
        </source>
	<testsuites>
		<testsuite name="Pel Testing Suite">
			<directory suffix=".php">./test/</directory>
		</testsuite>
	</testsuites>
</phpunit>