Completed
Push — develop ( b41f33...6cf259 )
by Mike
07:20
created

ConfigureTest::testInvokeOverridesConfig()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 15

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 0
dl 0
loc 15
rs 9.7666
c 0
b 0
f 0
1
<?php
2
/**
3
 * This file is part of phpDocumentor.
4
 *
5
 *  For the full copyright and license information, please view the LICENSE
6
 *  file that was distributed with this source code.
7
 *
8
 *  @copyright 2010-2017 Mike van Riel<[email protected]>
9
 *  @license   http://www.opensource.org/licenses/mit-license.php MIT
10
 *  @link      http://phpdoc.org
11
 */
12
13
namespace phpDocumentor\Application\Stage;
14
15
use PHPUnit\Framework\TestCase;
16
17
/**
18
 * @coversDefaultClass \phpDocumentor\Application\Stage\Configure
19
 */
20
class ConfigureTest extends TestCase
21
{
22
}
23