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:
@@ -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>
|
||||
|
@@ -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.'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user