Skip to content

Commit 066b0b2

Browse files
committed
Add file comments to test classes
1 parent c443387 commit 066b0b2

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

tests/DbgTest.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
<?php
22

3-
namespace Fabacino\Debug\Test;
4-
53
/**
64
* Tests for function `dbg`.
5+
*
6+
* @copyright Fabian Wiget <fabacino@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*/
11+
12+
namespace Fabacino\Debug\Test;
13+
814
class DbgTest extends \PHPUnit\Framework\TestCase
915
{
1016
/**

tests/DbglogTest.php

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
<?php
22

3+
/**
4+
* Tests for function `dbglog`.
5+
*
6+
* @copyright Fabian Wiget <fabacino@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Fabacino\Debug\Test;
413

514
use Fabacino\Debug\Debug;
615
use Monolog\Logger;
716
use Monolog\Formatter\LineFormatter;
817
use Monolog\Handler\StreamHandler;
918

10-
/**
11-
* Tests for function `dbglog`.
12-
*/
1319
class DbglogTest extends \PHPUnit\Framework\TestCase
1420
{
1521
/**

tests/DbgrTest.php

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<?php
22

3+
/**
4+
* Tests for function `dbgr`.
5+
*
6+
* @copyright Fabian Wiget <fabacino@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Fabacino\Debug\Test;
413

514
use Fabacino\Debug\Debug;
615

7-
/**
8-
* Tests for function `dbgr`.
9-
*/
1016
class DbgrTest extends \PHPUnit\Framework\TestCase
1117
{
1218
/**

0 commit comments

Comments
 (0)