Completed
Push — develop ( a9d829...037456 )
by Jens
04:55 queued 43s
created

TranslationHelperTest   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 1
Bugs 0 Features 1
Metric Value
wmc 1
c 1
b 0
f 1
lcom 0
cbo 1
dl 0
loc 7
rs 10
1
<?php
2
/**
3
 * @author @jayS-de <[email protected]>
4
 */
5
6
7
namespace JaySDe\HandlebarsBundle\Tests\Helper;
8
9
10
class TranslationHelperTest extends \PHPUnit_Framework_TestCase
11
{
12
    public function testHandle()
13
    {
14
        $this->markTestIncomplete();
15
    }
16
}
17