mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Improved doc comment for greater clarity regarding attribute matching
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7971 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
0751251181
commit
186a87b514
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ class CakeTestCase extends UnitTestCase {
|
|||
/**
|
||||
* Takes an array $expected and generates a regex from it to match the provided $string. Samples for $expected:
|
||||
*
|
||||
* Checks for an input tag with a name attribute (contains any value) and an id attribute that contains 'my-input':
|
||||
* Checks for an input tag with a name attribute (contains any non-empty value) and an id attribute that contains 'my-input':
|
||||
* array('input' => array('name', 'id' => 'my-input'))
|
||||
*
|
||||
* Checks for two p elements with some text in them:
|
||||
|
|
Loading…
Add table
Reference in a new issue