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

- added phpBB test framework which is an extension with some additional

functionality of PHPUnit
- first addition: setExpectedTriggerError() if a test expects a call
  to trigger_error().

git-svn-id: file:///svn/phpbb/trunk@9103 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2008-11-24 00:24:46 +00:00
parent 07e9b83a3d
commit bcfcf9b048
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
require_once 'PHPUnit/Framework.php';
require_once 'test_framework/phpbb_test_case.php';