eloquent-meta/tests/MetaTest.php
2016-06-25 21:12:01 +00:00

16 lines
231 B
PHP

<?php
namespace Glmdev\Meta\Tests;
use Glmdev\Meta\Meta;
class MetaTest extends \PHPUnit_Framework_TestCase
{
// TODO: write tests
public function testItReturnsTrue ()
{
$this->assertTrue(true);
}
}