1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +01:00
php-debugbar/tests/DebugBar/Tests/DebugBarTestCase.php

9 lines
111 B
PHP
Raw Normal View History

2013-06-13 18:48:23 +08:00
<?php
namespace DebugBar\Tests;
abstract class DebugBarTestCase extends \PHPUnit_Framework_TestCase
{
}