First functional run of new layout.

This commit is contained in:
James Cole
2015-06-20 07:48:44 +02:00
parent 4d017dc8a9
commit ae92e409d9
9 changed files with 69 additions and 62 deletions

View File

@@ -218,9 +218,7 @@ class TagRepositoryTest extends TestCase
$journal1->tags()->save($tag);
echo "\nMark 1 start.\n";
$result = $this->object->connect($journal2, $tag);
echo "\nMark 2 end.\n";
$this->assertTrue($result);