Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-10-21 15:57:06 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-10-21 15:57:06 +0300
commit1a2cef1ae14f74d499549a5d95e8a5bd41342c77 (patch)
tree422cbca9d037e8224644e2a8d64eb9c6255967a4 /test
parent6b7aaa7294fdc769673b7647f307b7062cc8a00f (diff)
Fix some coding standard issues detected by PHPCS
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test')
-rw-r--r--test/classes/ConfigTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/classes/ConfigTest.php b/test/classes/ConfigTest.php
index a0335e8553..1ae79ec012 100644
--- a/test/classes/ConfigTest.php
+++ b/test/classes/ConfigTest.php
@@ -1084,7 +1084,6 @@ class ConfigTest extends PmaTestCase
$this->object->get('PMA_VERSION_GIT_COMMITHASH')
);
-
file_put_contents('.git/HEAD','ref: refs/remotes/origin/master');
$this->object->checkGitRevision();
$this->assertEmpty(
@@ -1148,7 +1147,6 @@ class ConfigTest extends PmaTestCase
$this->object->get('PMA_VERSION_GIT_COMMITHASH')
);
-
file_put_contents('.git/HEAD','ref: refs/remotes/origin/master');
mkdir('.git/refs/remotes/origin', 0777, true);
file_put_contents('.git/refs/remotes/origin/master','c1f2ff2eb0c3fda741f859913fd589379f4e4a8f');
@@ -1204,7 +1202,6 @@ class ConfigTest extends PmaTestCase
$this->object->get('PMA_VERSION_GIT_COMMITHASH')
);
-
file_put_contents('.git/HEAD','ref: refs/remotes/origin/master');
$this->object->checkGitRevision();
$this->assertEmpty(