Completed
Push — master ( ac2321...c5f521 )
by Tim
15:25
created

CountryTest::testRegistration()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 4
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
c 1
b 0
f 1
dl 0
loc 4
rs 10
cc 1
eloc 1
nc 1
nop 0
1
<?php
2
3
namespace HDNET\StaticInfoTablesZh\Tests\Unit\Domain\Model;
4
5
6
use TYPO3\CMS\Core\Tests\UnitTestCase;
7
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
8
9
/**
10
 * CountryTest
11
 */
12
class CountryTest extends UnitTestCase
13
{
14
15
    /**
16
     * @test
17
     */
18
    public function testRegistration()
19
    {
20
        
21
    }
22
}
23