Merge pull request #671 from radiorabe/chore/remove-dead-test

Remove dead, commented test
This commit is contained in:
Kyle Robbertze 2018-12-31 11:40:32 +02:00 committed by GitHub
commit 64037a3d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();