codeclimate/php-test-reporter

View on GitHub
src/Constants/PharTool.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @author hollodotme
 */

namespace CodeClimate\PhpTestReporter\Constants;

/**
 * Class PharTool
 * @package CodeClimate\PhpTestReporter\Constants
 */
abstract class PharTool
{
    const PACKAGE_NAME = 'codeclimate/php-test-reporter';

    const PHAR_NAME    = 'codeclimate-test-reporter.phar';
}