summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/FeatureContext.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add integration tests for searching users in contacts menuDaniel Calviño Sánchez2021-04-231-0/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Make integration tests work with both PHP 7.3 and 7.4Daniel Calviño Sánchez2020-12-301-0/+1
| | | | | | | | | | | | | | | | The "Trashbin" and "WebDav" traits were using each other in a circular dependency ("WebDav" -> "Sharing" -> "Provisioning" -> "BasicStructure" -> "Trashbin" -> "WebDav"). In PHP 7.3 this worked fine, but in PHP 7.4 the fatal error "Trait 'WebDav' not found in .../Trashbin.php" was thrown. To solve this now the "TrashBin" trait no longer explicitly uses "WebDav". However, due to this change, the class using "TrashBin" is now expected to also use "WebDav". As the "Trashbin" trait was not needed by most contexts using the "BasicStructure" trait "Trashbin" was removed from it and added only to those contexts that actually need it. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add integration tests for searching files by commentsDaniel Calviño Sánchez2018-07-251-0/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update license headersMorris Jobke2017-11-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-0/+21
|
* Fix WebDavJoas Schilling2016-03-111-1/+0
|
* Remove unnecessary importsJoas Schilling2016-03-111-2/+0
|
* Fix the use of traitsJoas Schilling2016-03-111-2/+0
|
* Restructured FeatureContext to reuse some parts and run two servers in parallelSergio Bertolin2015-11-261-1047/+5
|
* Making webdav path configurableSergio Bertolin2015-11-201-3/+13
|
* modified makedavrequest to return responseSergio Bertolin2015-11-201-3/+4
|
* added test about resharingSergio Bertolin2015-11-191-2/+2
|
* Added test and logic for deleting all group sharesSergio Bertolin2015-11-191-2/+11
|
* Added test for shared_with_me parameterSergio Bertolin2015-11-191-1/+12
|
* Added some requirements for first test caseSergio Bertolin2015-11-191-8/+100
|
* Delete when it is a directory...Joas Schilling2015-11-181-1/+1
|
* Fix doc blocksJoas Schilling2015-11-181-34/+42
|
* Added a test including all the fields of the share update and checking outputSergio Bertolin2015-11-111-2/+49
|
* Added a test and logic for checking answer of public sharesSergio Bertolin2015-11-111-9/+69
|
* Added test to get info of a specific share idSergio Bertolin2015-11-101-2/+27
| | | | | | Check fields of the share response Added missing fields to check if their values are numbers
* Added tests about getting shares of a file and a test for deleting a user ↵Sergio Bertolin2015-11-061-3/+20
| | | | from a group which doesn't exist
* Added changes in the verification of sharing get responsesSergio Bertolin2015-11-051-1/+25
|
* added test for deleting a shareSergio Bertolin2015-11-041-1/+10
|
* Added general function to create shares in preconditions.Sergio Bertolin2015-11-041-7/+78
|
* enhancements to pre and post conditionsSergio Bertolin2015-11-031-0/+60
|
* Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵Thomas Müller2015-10-291-13/+23
| | | | up users
* added sharing feature fileSergio Bertolin2015-10-291-28/+210
| | | | | | | | | | added logic necessary for preconditions and postconditions of sharing tests Added sharing by link tests and sharing with group Added test which reproduces issue 19950 (adding expiration date) refactored given and then statements to be preconditions and not operations
* added tests for appsSergio Bertolin2015-10-221-0/+57
|
* added test for getting users of a group being subadminSergio Bertolin2015-10-221-1/+1
|
* using canonize in assertEquals for arraysSergio Bertolin2015-10-211-15/+5
|
* Added more tests and fixed a problem with asort which was returning false ↵Sergio Bertolin2015-10-201-4/+134
| | | | positives
* Fix whitespace issues in integration testsMorris Jobke2015-10-081-15/+15
|
* changing indentation, vertical elements and previous existance of users and ↵Sergio Bertolin2015-10-071-20/+20
| | | | groups
* ordering arrays before comparingSergio Bertolin2015-10-071-2/+2
|
* checking users and groupsSergio Bertolin2015-10-071-9/+15
|
* lists getting readySergio Bertolin2015-10-061-0/+37
|
* [Intergration] Throw error if exception not thrownRoeland Jago Douma2015-10-061-17/+2
|
* restored assertions in existance of users and groupsSergio Bertolin2015-10-061-12/+14
|
* Being explicit between http and ocs return codesSergio Bertolin2015-10-061-12/+22
|
* Return the actual ocs return codes and check itSergio Bertolin2015-10-061-11/+29
|
* added some deletion logicSergio Bertolin2015-10-061-1/+0
|
* added some group logicSergio Bertolin2015-10-061-0/+49
|
* Support different server ports - defined by EXECUTOR_NUMBERThomas Müller2015-09-291-0/+6
|
* Test user creationThomas Müller2015-09-291-45/+95
|
* require autoload.phpThomas Müller2015-09-291-6/+1
|
* Adding missing filesThomas Müller2015-09-291-0/+91