comparison core/modules/simpletest/src/WebAssert.php @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 <?php
2
3 namespace Drupal\simpletest;
4
5 use Drupal\Tests\WebAssert as BaseWebAssert;
6
7 /**
8 * Defines a class with methods for asserting presence of elements during tests.
9 *
10 * @deprecated in Drupal 8.1.1 will be removed before 9.0.0.
11 * This was moved to another namespace.
12 *
13 * @see \Drupal\Tests
14 */
15 class WebAssert extends BaseWebAssert {
16 }