@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Utils\Wysiwyg; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Utils\Wysiwyg; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Utils\Wysiwyg; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Utils\Wysiwyg; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Utils\Wysiwyg; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Utils\Wysiwyg; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |
@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Context; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |
@@ -248,7 +248,7 @@ discard block |
||
| 248 | 248 | public function waitAjaxAndAnimations() |
| 249 | 249 | { |
| 250 | 250 | $this->getSession() |
| 251 | - ->wait(1000, "window.__behatAjax === false && !jQuery(':animated').length && !jQuery.active"); |
|
| 251 | + ->wait(1000, "window.__behatAjax === false && !jQuery(':animated').length && !jQuery.active"); |
|
| 252 | 252 | } |
| 253 | 253 | |
| 254 | 254 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Utils\Wysiwyg; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |
@@ -92,6 +92,9 @@ |
||
| 92 | 92 | return sprintf("$this->query[%s$this->text]", empty($this->attribute) ? 'text()' : "@$this->attribute"); |
| 93 | 93 | } |
| 94 | 94 | |
| 95 | + /** |
|
| 96 | + * @param string $text |
|
| 97 | + */ |
|
| 95 | 98 | public function text($text) |
| 96 | 99 | { |
| 97 | 100 | $this->text = $text; |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Drupal\TqExtension\Utils\Wysiwyg; |
| 6 | 6 | |
| 7 | 7 | // Contexts. |