File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed
Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 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+
814class DbgTest extends \PHPUnit \Framework \TestCase
915{
1016 /**
Original file line number Diff line number Diff line change 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+
312namespace Fabacino \Debug \Test ;
413
514use Fabacino \Debug \Debug ;
615use Monolog \Logger ;
716use Monolog \Formatter \LineFormatter ;
817use Monolog \Handler \StreamHandler ;
918
10- /**
11- * Tests for function `dbglog`.
12- */
1319class DbglogTest extends \PHPUnit \Framework \TestCase
1420{
1521 /**
Original file line number Diff line number Diff line change 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+
312namespace Fabacino \Debug \Test ;
413
514use Fabacino \Debug \Debug ;
615
7- /**
8- * Tests for function `dbgr`.
9- */
1016class DbgrTest extends \PHPUnit \Framework \TestCase
1117{
1218 /**
You can’t perform that action at this time.
0 commit comments