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

YahooWeatherClientTests::clientAttributesTests()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

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