1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2

This commit is contained in:
Marc Alexander
2018-01-07 11:02:31 +01:00
197 changed files with 1589 additions and 1201 deletions

View File

@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_groups">
<column>group_id</column>
<column>group_name</column>
<column>group_desc</column>
<row>
<value>10</value>
<value>foobar_group</value>
<value>test123</value>
</row>

View File

@@ -58,7 +58,7 @@ class phpbb_functions_get_remote_file extends phpbb_test_case
$this->assertGreaterThanOrEqual(
2,
sizeof($lines),
count($lines),
'Failed asserting that the version file has at least two lines.'
);