mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/12202] Fix tests
PHPBB3-12202
This commit is contained in:
@@ -54,10 +54,10 @@ version = 3.0.12',
|
||||
),
|
||||
),
|
||||
array(
|
||||
'foo = yes
|
||||
'foo = on
|
||||
foo1 = true
|
||||
foo2 = 1
|
||||
bar = no
|
||||
bar = off
|
||||
bar1 = false
|
||||
bar2 = 0
|
||||
foobar =
|
||||
@@ -80,14 +80,14 @@ foobar2 = \'qwer\'',
|
||||
bar = <a href="test">Test</a>',
|
||||
array(
|
||||
'foo' => '&amp; bar',
|
||||
'bar' => '<a href='test'>Test</a>',
|
||||
'bar' => '<a href="test">Test</a>',
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @dataprovider parse_cfg_file_data
|
||||
* @dataProvider parse_cfg_file_data
|
||||
*/
|
||||
public function test_parse_cfg_file($file_contents, $expected)
|
||||
{
|
||||
|
Reference in New Issue
Block a user