CRM-16036 - remove getfields from mailing test as it is producing incorrect results...
[civicrm-core.git] / tools / scripts / phpunit-ls
1 #!/usr/bin/env php
2 <?php
3 require_once dirname(dirname(__DIR__)) . '/tests/phpunit/CiviTest/bootstrap.php';
4 error_reporting(E_ALL);
5 \Civi\CiUtil\Command\LsCommand::main($argv);