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

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/9990] Add docs for running slow tests
  [ticket/9990] Integrate utf normalizer tests into test suite

Conflicts:
	phpunit.xml.dist
This commit is contained in:
Nils Adermann
2011-01-12 03:00:45 +01:00
7 changed files with 363 additions and 1 deletions

View File

@@ -9,6 +9,9 @@
require_once __DIR__ . '/../../phpBB/includes/functions.php';
/**
* @group slow
*/
class phpbb_network_checkdnsrr_test extends phpbb_test_case
{
public function data_provider()