removing some unused code detected by codacy

This commit is contained in:
El RIDO
2016-07-04 20:46:45 +02:00
parent a856a50bc3
commit 5980f8b603
7 changed files with 3 additions and 19 deletions

View File

@@ -175,7 +175,7 @@ class modelTest extends PHPUnit_Framework_TestCase
public function testInvalidComment()
{
$paste = $this->_model->getPaste();
$comment = $paste->getComment(helper::getPasteId());
$paste->getComment(helper::getPasteId());
}
public function testExpiration()