Merge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-04-06-18-05-56
[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);