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

YahooWeatherClientTests::getForecastTest()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 20
Code Lines 15

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 1 Features 0
Metric Value
c 1
b 1
f 0
dl 0
loc 20
rs 9.4285
cc 1
eloc 15
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