🔥 Remove dead, commented test

This commit is contained in:
Lucas Bickel 2018-12-30 11:48:47 +01:00
parent 8dd55e24fe
commit 7a00e2a155
1 changed files with 0 additions and 10 deletions

View File

@ -11,16 +11,6 @@ class PreferenceUnitTest extends PHPUnit_Framework_TestCase
parent::setUp();
}
/*
public function testSetHeadTitle()
{
$title = "unit test";
//This function is confusing and doesn't really work so we're just gonna let it formSlide...
Application_Model_Preference::SetHeadTitle($title);
$this->assertEquals(Application_Model_Preference::GetHeadTitle(), $title);
}
*/
public function testSetShowsPopulatedUntil()
{
$date = new DateTime();