mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 21:38:14 +01:00
9 lines
111 B
PHP
9 lines
111 B
PHP
|
<?php
|
||
|
|
||
|
namespace DebugBar\Tests;
|
||
|
|
||
|
abstract class DebugBarTestCase extends \PHPUnit_Framework_TestCase
|
||
|
{
|
||
|
|
||
|
}
|