function at

Returns a matcher that matches when the method it is evaluated for is invoked at the given $index.

@since Method available since Release 3.0.0

Parameters

integer $index:

Return value

PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex

2 string references to 'at'
xa0.php in drupal/core/lib/Drupal/Component/Transliteration/data/xa0.php
xc5.php in drupal/core/lib/Drupal/Component/Transliteration/data/xc5.php

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php, line 1764

Code

function at($index) {
  return call_user_func_array('PHPUnit_Framework_TestCase::at', func_get_args());
}