added docblocks, contract, and service provider

This commit is contained in:
Jake Mitchell
2016-06-25 21:12:01 +00:00
parent 0985c6c829
commit ea3ec0bacc
13 changed files with 407 additions and 179 deletions

15
tests/MetaTest.php Normal file
View 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);
}
}