mimmi20/browscap-helper

View on GitHub
templates/test.php.txt

Summary

Maintainability
Test Coverage
<?php
/**
 * This file is part of the browser-detector-tests package.
 *
 * Copyright (c) 2015-2019, Thomas Mueller <mimmi20@live.de>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

declare(strict_types = 1);
namespace BrowserDetectorTest\UserAgentsTest;

use BrowserDetectorTest\UserAgentsTestTrait;
use PHPUnit\Framework\TestCase;

/**
 * Class T### group ###Test
 *
 * has ### count ### tests
 * this file was created/edited automatically, please do not edit it
 *
 * @group ### group ###
 */
final class T### group ###Test extends TestCase
{
    use UserAgentsTestTrait;

    /**
     * @var string[]
     */
    private $sourceDirectory = [
//### tests ###
    ];
}