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