]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Console/AutomaticInstallationConsoleTest.php
Merge pull request #6224 from annando/dba-delete-contact
[friendica.git] / tests / src / Core / Console / AutomaticInstallationConsoleTest.php
index 29a0e907e5cb702104cc91cae04ec42040e28fc5..813277ebbd730322c57734184613dad42c5fb81c 100644 (file)
@@ -47,7 +47,7 @@ class AutomaticInstallationConsoleTest extends ConsoleTest
                }
 
                $this->db_host = getenv('MYSQL_HOST');
-               $this->db_port = (!empty(getenv('MYSQL_PORT'))) ? getenv('MYSQL_PORT') : null;
+               $this->db_port = !empty(getenv('MYSQL_PORT')) ? getenv('MYSQL_PORT') : null;
                $this->db_data = getenv('MYSQL_DATABASE');
                $this->db_user = getenv('MYSQL_USERNAME') . getenv('MYSQL_USER');
                $this->db_pass = getenv('MYSQL_PASSWORD');