diff options
| author | Yuriy Rusko <github@rusko.net> | 2014-05-28 01:05:46 +0200 |
|---|---|---|
| committer | Yuriy Rusko <github@rusko.net> | 2014-05-28 01:07:56 +0200 |
| commit | 55e1f02151adbe9d66a2d87c00c4f1959739aa36 (patch) | |
| tree | 60dbb81e3596193d92bdd8d53bba6d4a7d853757 /tests/dbal/order_lower_test.php | |
| parent | 2a42aee8acfcab79b0dd43572b9da2c4dd8a288a (diff) | |
| download | forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.tar forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.tar.gz forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.tar.bz2 forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.tar.xz forums-55e1f02151adbe9d66a2d87c00c4f1959739aa36.zip | |
[ticket/12594] Replace phpBB Group with phpBB Limited
PHPBB3-12594
Diffstat (limited to 'tests/dbal/order_lower_test.php')
| -rw-r--r-- | tests/dbal/order_lower_test.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dbal/order_lower_test.php b/tests/dbal/order_lower_test.php index e7cc6c4a4d..b7a69c7c5d 100644 --- a/tests/dbal/order_lower_test.php +++ b/tests/dbal/order_lower_test.php @@ -40,7 +40,7 @@ class phpbb_dbal_order_lower_test extends phpbb_database_test_case array( 'style_id' => 1, 'style_name' => 'prosilver', - 'style_copyright' => '© phpBB Group', + 'style_copyright' => '© phpBB Limited', 'style_active' => 1, 'style_path' => 'prosilver', 'bbcode_bitfield' => 'kNg=', @@ -50,7 +50,7 @@ class phpbb_dbal_order_lower_test extends phpbb_database_test_case array( 'style_id' => 3, 'style_name' => 'Prosilver1', - 'style_copyright' => '© phpBB Group', + 'style_copyright' => '© phpBB Limited', 'style_active' => 0, 'style_path' => 'prosilver1', 'bbcode_bitfield' => 'kNg=', @@ -60,7 +60,7 @@ class phpbb_dbal_order_lower_test extends phpbb_database_test_case array( 'style_id' => 2, 'style_name' => 'prosilver2', - 'style_copyright' => '© phpBB Group', + 'style_copyright' => '© phpBB Limited', 'style_active' => 0, 'style_path' => 'prosilver2', 'bbcode_bitfield' => 'kNg=', |
