* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Test; /** * Lets you easily generate log records and a dummy formatter for testing purposes * * @author Jordi Boggiano * * @deprecated use MonologTestCase instead. */ class TestCase extends MonologTestCase { }