Completed
Push — master ( 0c5aaa...035a10 )
by Jérémy
02:02
created

YahooWeatherClientTests::getWindTest()   B

Complexity

Conditions 1
Paths 1

Size

Total Lines 36
Code Lines 26

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 2 Features 0
Metric Value
c 2
b 2
f 0
dl 0
loc 36
rs 8.8571
cc 1
eloc 26
nc 1
nop 0
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