Completed
Branch master (0dbf7d)
by Simon
03:37
created
tests/includes/StringFunctionsTest.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 		$this->e = null;
18 18
 	}
19 19
 
20
-	public function testFormatAsUsername()	{
20
+	public function testFormatAsUsername() {
21 21
 		// Happy path
22 22
 		$this->assertEquals($this->e->formatAsUsername("this"), "This");
23 23
 		$this->assertEquals($this->e->formatAsUsername("1this"), "1this");
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,8 @@
 block discarded – undo
17 17
 		$this->e = null;
18 18
 	}
19 19
 
20
-	public function testFormatAsUsername()	{
20
+	public function testFormatAsUsername()
21
+	{
21 22
 		// Happy path
22 23
 		$this->assertEquals($this->e->formatAsUsername("this"), "This");
23 24
 		$this->assertEquals($this->e->formatAsUsername("1this"), "1this");
Please login to merge, or discard this patch.