mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #17342 from rullzer/test_preview_conditions
Only run some preview unit tets if imagemagick is available
This commit is contained in:
commit
d37b8969f4
2 changed files with 5 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ class Preview extends TestCase {
|
|||
/**
|
||||
* Tests if a preview of max dimensions gets created
|
||||
*
|
||||
* @requires extension imagick
|
||||
* @dataProvider dimensionsDataProvider
|
||||
*
|
||||
* @param int $sampleId
|
||||
|
|
@ -358,6 +359,7 @@ class Preview extends TestCase {
|
|||
/**
|
||||
* Tests if the second preview will be based off the cached max preview
|
||||
*
|
||||
* @requires extension imagick
|
||||
* @dataProvider dimensionsDataProvider
|
||||
*
|
||||
* @param int $sampleId
|
||||
|
|
@ -443,6 +445,7 @@ class Preview extends TestCase {
|
|||
* so we should be getting either the max preview or a preview the size
|
||||
* of the dimensions set in the config
|
||||
*
|
||||
* @requires extension imagick
|
||||
* @dataProvider aspectDataProvider
|
||||
*
|
||||
* @param int $sampleId
|
||||
|
|
@ -499,6 +502,7 @@ class Preview extends TestCase {
|
|||
* 200-200 ✓
|
||||
* 300-188-with-aspect
|
||||
*
|
||||
* @requires extension imagick
|
||||
* @dataProvider aspectDataProvider
|
||||
*
|
||||
* @param int $sampleId
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ abstract class Provider extends \Test\TestCase {
|
|||
* Launches all the tests we have
|
||||
*
|
||||
* @dataProvider dimensionsDataProvider
|
||||
* @requires extension imagick
|
||||
*
|
||||
* @param int $widthAdjustment
|
||||
* @param int $heightAdjustment
|
||||
|
|
|
|||
Loading…
Reference in a new issue