Files
faveo/vendor/sly/notification-pusher/.atoum.php
2023-01-30 14:33:06 +05:30

7 lines
202 B
PHP

<?php
$runner->addTestsFromDirectory(__DIR__.'/tests/units');
$script->noCodeCoverageForNamespaces('mageekguy', 'Symfony');
$script->bootstrapFile(__DIR__.DIRECTORY_SEPARATOR.'.atoum.bootstrap.php');