🔥 Remove dead, commented test
This commit is contained in:
parent
8dd55e24fe
commit
7a00e2a155
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue