added docblocks, contract, and service provider
This commit is contained in:
15
tests/MetaTest.php
Normal file
15
tests/MetaTest.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Glmdev\Meta\Tests;
|
||||
|
||||
use Glmdev\Meta\Meta;
|
||||
|
||||
class MetaTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
// TODO: write tests
|
||||
|
||||
public function testItReturnsTrue ()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user