nextcloud-server/tests/acceptance/features/core
Daniel Calviño Sánchez 10490f2ac3 Store the name of the actor in the Actor object
This is needed to be able to easily use the actor as a key in an array.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-03-09 03:37:08 +07:00
..
Actor.php Store the name of the actor in the Actor object 2018-03-09 03:37:08 +07:00
ActorAware.php
ActorAwareInterface.php
ActorContext.php Store the name of the actor in the Actor object 2018-03-09 03:37:08 +07:00
ElementFinder.php Add automatic handling of common command failures of Mink elements 2017-05-06 12:37:55 +07:00
ElementWrapper.php Add automatic handling of NoSuchElement exceptions 2018-03-08 14:54:01 +07:00
Locator.php Replace "named" Mink selectors with "named_exact" Mink selectors 2017-05-02 15:09:38 +07:00
NextcloudTestServerContext.php
NextcloudTestServerHelper.php
NextcloudTestServerLocalHelper.php Make possible to configure the domain for the Nextcloud test server 2017-07-20 07:50:33 +07:00
NoSuchElementException.php
Utils.php