diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2016-11-05 11:55:10 +0100 |
---|---|---|
committer | umherirrender <umherirrender_de.wp@web.de> | 2016-11-05 11:55:10 +0100 |
commit | 34fe90ac52644c3a543ca8adf89900c0fb2de70b (patch) | |
tree | 32994d8c1d484c4905548f79443855ae3acab1e9 /tests/phpunit/includes/GitInfoTest.php | |
parent | e1cd3142ba528b2ca178c34bd229330adf976fc4 (diff) | |
download | mediawikicore-34fe90ac52644c3a543ca8adf89900c0fb2de70b.tar.gz mediawikicore-34fe90ac52644c3a543ca8adf89900c0fb2de70b.zip |
Remove empty lines at end of functions
It looks like there is something missing after the last statement
Also remove some other empty lines at begin of functions, ifs or loops
while at these files
Change-Id: Ib00b5cfd31ca4dcd0c32ce33754d3c80bae70641
Diffstat (limited to 'tests/phpunit/includes/GitInfoTest.php')
-rw-r--r-- | tests/phpunit/includes/GitInfoTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/GitInfoTest.php b/tests/phpunit/includes/GitInfoTest.php index 9f4a01c9d8f3..89416f2ff283 100644 --- a/tests/phpunit/includes/GitInfoTest.php +++ b/tests/phpunit/includes/GitInfoTest.php @@ -18,7 +18,6 @@ class GitInfoTest extends MediaWikiTestCase { $this->assertEquals( 'master', $gitInfo->getCurrentBranch() ); $this->assertContains( '0123456789abcdef0123456789abcdef01234567', $gitInfo->getHeadViewUrl() ); - } public function testValidJsonData() { |