Completed
Push — main ( 554741...ee8e7b )
by Mohammad
16s queued 14s
created

DisableCacheConfigTest   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

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

1 Method

Rating   Name   Duplication   Size   Complexity  
A testBasic() 0 2 1
1
<?php
2
3
namespace Shamaseen\Repository\Tests\Feature;
4
5
use Illuminate\Support\Facades\Config;
6
7
class DisableCacheConfigTest
8
{
9
    public function testBasic()
10
    {
11
12
    }
13
}
14