]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge remote-tracking branch 'origin/master' into 2.1
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 19 Sep 2016 09:23:07 +0000 (11:23 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 19 Sep 2016 09:23:07 +0000 (11:23 +0200)
1  2 
app/config/config.yml
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Helper/EntriesExport.php
tests/Wallabag/CoreBundle/Command/InstallCommandTest.php

Simple merge
index bd7b55f924ed2e60db89b0a4e002125cfa655a2f,035eb865575a038bd8c338c5635178c79bc702ac..3873d2d366762b88241874bb27415696b0b1cca3
@@@ -69,10 -70,12 +69,12 @@@ class InstallCommand extends ContainerA
  
      protected function checkRequirements()
      {
 -        $this->defaultOutput->writeln('<info><comment>Step 1 of 5.</comment> Checking system requirements.</info>');
 +        $this->defaultOutput->writeln('<info><comment>Step 1 of 4.</comment> Checking system requirements.</info>');
  
-         $fulfilled = true;
+         $rows = [];
  
+         // testing if database driver exists
+         $fulfilled = true;
          $label = '<comment>PDO Driver</comment>';
          $status = '<info>OK!</info>';
          $help = '';