summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2017-01-12 23:51:26 +0100
committerArnold Daniels <arnold@jasny.net>2017-02-09 14:53:26 +0100
commit412c1244d2998e7b00f4fe10cd9f99155b8cc5ba (patch)
tree498aa19d888d9190e75de41fce58f6d9837f0e8d /tests
parent45cbc48d0abcbeb0e51964c8521396f9d7b36224 (diff)
downloadcontroller-412c1244d2998e7b00f4fe10cd9f99155b8cc5ba.zip
controller-412c1244d2998e7b00f4fe10cd9f99155b8cc5ba.tar.gz
controller-412c1244d2998e7b00f4fe10cd9f99155b8cc5ba.tar.bz2
Moved view logic to own library
Diffstat (limited to 'tests')
-rw-r--r--tests/Controller/View/TwigTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Controller/View/TwigTest.php b/tests/Controller/View/TwigTest.php
index e46757e..8fe27c7 100644
--- a/tests/Controller/View/TwigTest.php
+++ b/tests/Controller/View/TwigTest.php
@@ -9,6 +9,7 @@ use Psr\Http\Message\UriInterface;
use Jasny\Controller\TestHelper;
/**
+ * @covers Jasny\Controller\View
* @covers Jasny\Controller\View\Twig
*/
class TwigTest extends \PHPUnit_Framework_TestCase