aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-24 10:28:43 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-24 10:28:43 +0200
commit8541b3c4fdf35788129483060499fef50818222c (patch)
tree1e6e70882e6da1383754e1004925beb6d0bfec34 /tests/Wallabag/CoreBundle/Command/InstallCommandTest.php
parentee4442f42a36d2cfd7add334983a8e126718a788 (diff)
downloadwallabag-8541b3c4fdf35788129483060499fef50818222c.tar.gz
wallabag-8541b3c4fdf35788129483060499fef50818222c.tar.zst
wallabag-8541b3c4fdf35788129483060499fef50818222c.zip
Add simple test
Diffstat (limited to 'tests/Wallabag/CoreBundle/Command/InstallCommandTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Command/InstallCommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php b/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php
index c0133af4..07ff2772 100644
--- a/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php
+++ b/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php
@@ -33,7 +33,7 @@ class InstallCommandTest extends WallabagCoreTestCase
33 } 33 }
34 34
35 /** 35 /**
36 * Ensure next tests will have a clean database 36 * Ensure next tests will have a clean database.
37 */ 37 */
38 public static function tearDownAfterClass() 38 public static function tearDownAfterClass()
39 { 39 {