GraphQLMapperTest   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 1
dl 0
loc 4
rs 10
c 0
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A testGetIndex() 0 2 1
1
<?php
2
3
namespace TheCodingMachine\ElastiQL;
4
5
use PHPUnit\Framework\TestCase;
6
7
class GraphQLMapperTest extends TestCase
8
{
9
    public function testGetIndex()
10
    {
11
        
12
    }
13
}
14