mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
9 lines
80 B
PHP
9 lines
80 B
PHP
<?php
|
|
namespace Grav;
|
|
|
|
|
|
class TestCase extends \PHPUnit_Framework_TestCase
|
|
{
|
|
|
|
}
|