]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS 1510/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 6 Nov 2015 23:27:41 +0000 (00:27 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 6 Nov 2015 23:27:41 +0000 (00:27 +0100)
Also force SYMFONY_DEPRECATIONS_HELPER for travis

.travis.yml
src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php

index d535582081fbae7f341cb35d33c9882bd70e6af2..df3a5c7255654f69eba1a1ead9d669fee3c5c575 100644 (file)
@@ -51,7 +51,7 @@ before_script:
 
 script:
     - ant prepare-$DB
-    - bin/phpunit --exclude-group command-doctrine -v
+    - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit --exclude-group command-doctrine -v
 
 # after_script:
     # - |
index 489f39d151e17213e8dcf6af6ee15e553f163637..23e98042c60563b985584eefa2d26ac1d00323bb 100644 (file)
@@ -18,8 +18,8 @@ class DetectActiveTheme implements DeviceDetectionInterface
     protected $defaultTheme;
 
     /**
-     * @param TokenStorageInterface $tokenStorage       Needed to retrieve the current user
-     * @param string                   $defaultTheme    Default theme when user isn't logged in
+     * @param TokenStorageInterface $tokenStorage Needed to retrieve the current user
+     * @param string                $defaultTheme Default theme when user isn't logged in
      */
     public function __construct(TokenStorageInterface $tokenStorage, $defaultTheme)
     {