[ticket/469] Add tests for displaying all pages using main controller

B3P-469
This commit is contained in:
Marc Alexander
2015-02-13 22:23:23 +01:00
parent 30bd67f3d8
commit 1e7dc9b576
3 changed files with 114 additions and 0 deletions

View File

@@ -53,4 +53,9 @@ class user extends \PHPUnit_Framework_TestCase
$this->markTestIncomplete('Unable to include language file ' . $file);
}
}
public function lang($var)
{
return $this->lang[$var];
}
}