Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
66ebc2ee
Commit
66ebc2ee
authored
Apr 29, 2016
by
Thomas Müller
Browse files
Merge pull request #24337 from owncloud/add-db-group-for-required-tests
Add the DB group for preview tests that require the database
parents
5bf7e6dd
a85be14b
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/lib/preview/movie.php
View file @
66ebc2ee
...
...
@@ -21,6 +21,13 @@
namespace
Test\Preview
;
/**
* Class Movie
*
* @group DB
*
* @package Test\Preview
*/
class
Movie
extends
Provider
{
public
function
setUp
()
{
...
...
tests/lib/preview/office.php
View file @
66ebc2ee
...
...
@@ -21,6 +21,13 @@
namespace
Test\Preview
;
/**
* Class Office
*
* @group DB
*
* @package Test\Preview
*/
class
Office
extends
Provider
{
public
function
setUp
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment