diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-15 14:59:48 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-26 14:02:31 +0100 |
commit | 2cb26a915184301873843629e8c4cbf7641776f5 (patch) | |
tree | a1a174d3ef59211872bfc23d274ca9c0ebd9c475 /tests/lib | |
parent | c7abe687766c12062721e1a8314aa59d6f4286dc (diff) | |
download | nextcloud-server-2cb26a915184301873843629e8c4cbf7641776f5.tar.gz nextcloud-server-2cb26a915184301873843629e8c4cbf7641776f5.zip |
Fix the tests
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/l10n.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/l10n.php b/tests/lib/l10n.php index eb0d9117517..d285f399291 100644 --- a/tests/lib/l10n.php +++ b/tests/lib/l10n.php @@ -6,6 +6,10 @@ * See the COPYING-README file. */ +/** + * Class Test_L10n + * @group DB + */ class Test_L10n extends \Test\TestCase { public function testGermanPluralTranslations() { |