File tree Expand file tree Collapse file tree 6 files changed +41
-40
lines changed
Expand file tree Collapse file tree 6 files changed +41
-40
lines changed Original file line number Diff line number Diff line change 11<?php
2-
3- /**
4- * Settings for use in debug functions.
5- *
6- * @copyright Fabian Wiget <fabacino@gmail.com>
2+ /*
3+ * © Fabian Wiget <fabacino@gmail.com>
74 *
8- * For the full copyright and license information, please view the LICENSE
9- * file that was distributed with this source code.
5+ * For the full copyright and license information, please view
6+ * the LICENSE file that was distributed with this source code.
107 */
118
129namespace Fabacino \Debug ;
1613use Monolog \Handler \NullHandler ;
1714use Monolog \Handler \StreamHandler ;
1815
16+ /**
17+ * Main class.
18+ */
1919class Debug
2020{
2121 /**
Original file line number Diff line number Diff line change 11<?php
2+ /*
3+ * © Fabian Wiget <fabacino@gmail.com>
4+ *
5+ * For the full copyright and license information, please view
6+ * the LICENSE file that was distributed with this source code.
7+ */
28
39/**
410 * Debug functions.
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.
1011 */
1112
1213use Fabacino \Debug \Debug ;
Original file line number Diff line number Diff line change 11<?php
2-
3- /**
4- * Tests for function `dbg`.
5- *
6- * @copyright Fabian Wiget <fabacino@gmail.com>
2+ /*
3+ * © Fabian Wiget <fabacino@gmail.com>
74 *
8- * For the full copyright and license information, please view the LICENSE
9- * file that was distributed with this source code.
5+ * For the full copyright and license information, please view
6+ * the LICENSE file that was distributed with this source code.
107 */
118
129namespace Fabacino \Debug \Test ;
1310
11+ /**
12+ * Tests for function `dbg`.
13+ */
1414class DbgTest extends \PHPUnit \Framework \TestCase
1515{
1616 /**
Original file line number Diff line number Diff line change 11<?php
2-
3- /**
4- * Tests for function `dbglog`.
5- *
6- * @copyright Fabian Wiget <fabacino@gmail.com>
2+ /*
3+ * © Fabian Wiget <fabacino@gmail.com>
74 *
8- * For the full copyright and license information, please view the LICENSE
9- * file that was distributed with this source code.
5+ * For the full copyright and license information, please view
6+ * the LICENSE file that was distributed with this source code.
107 */
118
129namespace Fabacino \Debug \Test ;
1613use Monolog \Formatter \LineFormatter ;
1714use Monolog \Handler \StreamHandler ;
1815
16+ /**
17+ * Tests for function `dbglog`.
18+ */
1919class DbglogTest extends \PHPUnit \Framework \TestCase
2020{
2121 /**
Original file line number Diff line number Diff line change 11<?php
2-
3- /**
4- * Tests for function `dbgr`.
5- *
6- * @copyright Fabian Wiget <fabacino@gmail.com>
2+ /*
3+ * © Fabian Wiget <fabacino@gmail.com>
74 *
8- * For the full copyright and license information, please view the LICENSE
9- * file that was distributed with this source code.
5+ * For the full copyright and license information, please view
6+ * the LICENSE file that was distributed with this source code.
107 */
118
129namespace Fabacino \Debug \Test ;
1310
1411use Fabacino \Debug \Debug ;
1512
13+ /**
14+ * Tests for function `dbgr`.
15+ */
1616class DbgrTest extends \PHPUnit \Framework \TestCase
1717{
1818 /**
Original file line number Diff line number Diff line change 11<?php
2-
3- /**
4- * Debug class for testing.
5- *
6- * @copyright Fabian Wiget <fabacino@gmail.com>
2+ /*
3+ * © Fabian Wiget <fabacino@gmail.com>
74 *
8- * For the full copyright and license information, please view the LICENSE
9- * file that was distributed with this source code.
5+ * For the full copyright and license information, please view
6+ * the LICENSE file that was distributed with this source code.
107 */
118
129namespace Fabacino \Debug \Test ;
1310
11+ /**
12+ * Debug class for testing.
13+ */
1414class TestDebug extends \Fabacino \Debug \Debug
1515{
1616 /**
You can’t perform that action at this time.
0 commit comments