Completed
Push — master ( acc482...035a10 )
by Jérémy
03:04
created

YahooWeatherClientTests   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 1
Bugs 0 Features 0
Metric Value
wmc 1
lcom 0
cbo 1
dl 0
loc 6
c 1
b 0
f 0
rs 10

1 Method

Rating   Name   Duplication   Size   Complexity  
A clientAttributesTests() 0 3 1
1
<?php
2
3
/*
4
 * (c) Jean-Baptiste Audebert <[email protected]>
5
 * (c) Jérémy Marodon         <[email protected]>
6
 *
7
 * For the full copyright and license information, please view the LICENSE
8
 * file that was distributed with this source code.
9
 */
10
11
namespace Th3Mouk\YahooWeatherAPI\Tests;
12
13
use PHPUnit\Framework\TestCase;
14
15
class YahooWeatherClientTests extends TestCase
16
{
17
    public function clientAttributesTests()
18
    {
19
    }
20
}
21