Skip to content

Commit

Permalink
✅ TDD for issue #118
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dann committed Mar 28, 2017
1 parent b6acd32 commit 986fc63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/KernelTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

namespace Tapestry\Tests;

use Symfony\Component\Finder\SplFileInfo;
use Tapestry\Entities\ContentType;
use Tapestry\Entities\File;
use Tapestry\Modules\ContentTypes\ContentTypeFactory;

class KernelTest extends CommandTestBase
{
public function testSiteKernelLoading()
{
// ...
}
}

0 comments on commit 986fc63

Please sign in to comment.