mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/11204] Reindent.
PHPBB3-11204
This commit is contained in:
@@ -332,17 +332,17 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||||||
return call_user_func_array('sprintf', $args);
|
return call_user_func_array('sprintf', $args);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* assertContains for language strings
|
* assertContains for language strings
|
||||||
*
|
*
|
||||||
* @param string $needle Search string
|
* @param string $needle Search string
|
||||||
* @param string $haystack Search this
|
* @param string $haystack Search this
|
||||||
* @param string $message Optional failure message
|
* @param string $message Optional failure message
|
||||||
*/
|
*/
|
||||||
public function assertContainsLang($needle, $haystack, $message = null)
|
public function assertContainsLang($needle, $haystack, $message = null)
|
||||||
{
|
{
|
||||||
$this->assertContains(html_entity_decode($this->lang($needle), ENT_QUOTES), $haystack, $message);
|
$this->assertContains(html_entity_decode($this->lang($needle), ENT_QUOTES), $haystack, $message);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Heuristic function to check that the response is success.
|
* Heuristic function to check that the response is success.
|
||||||
|
Reference in New Issue
Block a user