Skip to content

Commit

Permalink
Remove also @link annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
pajon committed Mar 20, 2020
1 parent f18bd79 commit 4689880
Show file tree
Hide file tree
Showing 58 changed files with 9 additions and 216 deletions.
4 changes: 1 addition & 3 deletions PHPUnit/Extensions/Selenium2TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
* @copyright 2010-2013 Sebastian Bergmann <sebastian@phpunit.de>
*/

namespace PHPUnit\Extensions;
Expand Down Expand Up @@ -66,8 +66,6 @@
* (WebDriver API and JsonWire protocol) to provide
* the functionality required for web testing.
*
* @link http://www.phpunit.de/
*
* @method void acceptAlert() Press OK on an alert, or confirms a dialog
* @method mixed alertText() alertText($value = NULL) Gets the alert dialog text, or sets the text for a prompt dialog
* @method void back()
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;
Expand All @@ -43,8 +41,6 @@

/**
* Base class for implementing commands with special semantics.
*
* @link http://www.phpunit.de/
*/
abstract class Command
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/CommandsHolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;
Expand All @@ -45,8 +43,6 @@

/**
* Object representing elements, or everything that may have subcommands.
*
* @link http://www.phpunit.de/
*/
abstract class CommandsHolder
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;
Expand All @@ -44,8 +42,6 @@

/**
* Driver for creating browser session with Selenium 2 (WebDriver API).
*
* @link http://www.phpunit.de/
*/
class Driver
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;
Expand All @@ -53,8 +51,6 @@
/**
* Object representing a DOM element.
*
* @link http://www.phpunit.de/
*
* @method string attribute($name) Retrieves an element's attribute
* @method void clear() Empties the content of a form element.
* @method void click() Clicks on element
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/Element/Accessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\Element;
Expand All @@ -46,8 +44,6 @@

/**
* Provides access to /element and /elements commands
*
* @link http://www.phpunit.de/
*/
abstract class Accessor extends CommandsHolder
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/Element/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\Element;
Expand All @@ -44,8 +42,6 @@

/**
* Object representing a <select> element.
*
* @link http://www.phpunit.de/
*/
class Select extends Element
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\ElementCommand;
Expand All @@ -44,8 +42,6 @@

/**
* Retrieves an attribute of a DOM element.
*
* @link http://www.phpunit.de/
*/
class Attribute extends Command
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/ElementCommand/Click.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\ElementCommand;
Expand All @@ -43,8 +41,6 @@

/**
* Clicks ok on an alert popup.
*
* @link http://www.phpunit.de/
*/
class Click extends Command
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/ElementCommand/Css.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\ElementCommand;
Expand All @@ -44,8 +42,6 @@

/**
* Retrieves the value of a CSS property.
*
* @link http://www.phpunit.de/
*/
class Css extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\ElementCommand;
Expand All @@ -46,8 +44,6 @@

/**
* Checks equality (same element on the page) with another DOM element.
*
* @link http://www.phpunit.de/
*/
class Equals extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\ElementCommand;
Expand All @@ -44,8 +42,6 @@
/**
* Class for implementing commands that just return a value
* (obtained with GET).
*
* @link http://www.phpunit.de/
*/
class GenericAccessor extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\ElementCommand;
Expand All @@ -43,8 +41,6 @@

/**
* Class for implementing commands that just accomplishes an action (via POST).
*
* @link http://www.phpunit.de/
*/
class GenericPost extends Command
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/ElementCommand/Rect.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\ElementCommand;
Expand All @@ -44,8 +42,6 @@

/**
* Retrieves the element's coordinates
*
* @link http://www.phpunit.de/
*/
class Rect extends Command
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/ElementCommand/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase\ElementCommand;
Expand All @@ -44,8 +42,6 @@

/**
* Get and set the element's value attribute.
*
* @link http://www.phpunit.de/
*/
class Value extends Keys
{
Expand Down
3 changes: 0 additions & 3 deletions PHPUnit/Extensions/Selenium2TestCase/ElementCriteria.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;
Expand All @@ -44,7 +42,6 @@
/**
* Conditions for selecting a DOM element.
*
* @link http://www.phpunit.de/
* @see http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element
*/
class ElementCriteria extends ArrayObject
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;
Expand All @@ -43,8 +41,6 @@

/**
* Indicates an exception during the execution of Selenium 2 commands.
*
* @link http://www.phpunit.de/
*/
class Exception extends RuntimeException
{
Expand Down
3 changes: 0 additions & 3 deletions PHPUnit/Extensions/Selenium2TestCase/Keys.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;

/**
* Class to hold the special keys Unicode entities
*
* @link http://www.phpunit.de/
* @see http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/value
*/
class Keys
Expand Down
3 changes: 0 additions & 3 deletions PHPUnit/Extensions/Selenium2TestCase/KeysHolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;

/**
* Class-mapper, that converts requested special key into correspondent Unicode character
*
* @link http://www.phpunit.de/
* @see http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/value
*/
class KeysHolder
Expand Down
5 changes: 0 additions & 5 deletions PHPUnit/Extensions/Selenium2TestCase/NoSeleniumException.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;

/**
* @link http://www.phpunit.de/
*/
class NoSeleniumException extends \PHPUnit\Extensions\Selenium2TestCase\Exception
{
}
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;

/**
* Object representing an HTTP response from the Selenium Server.
*
* @link http://www.phpunit.de/
*/
class Response
{
Expand Down
4 changes: 0 additions & 4 deletions PHPUnit/Extensions/Selenium2TestCase/ScreenshotListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @link http://www.phpunit.de/
*/

namespace PHPUnit\Extensions\Selenium2TestCase;
Expand All @@ -48,8 +46,6 @@

/**
* Base class for implementing commands with special semantics.
*
* @link http://www.phpunit.de/
*/
class ScreenshotListener implements TestListener
{
Expand Down
Loading

0 comments on commit 4689880

Please sign in to comment.