mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
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
5 lines
No EOL
96 B
PHP
5 lines
No EOL
96 B
PHP
<?php
|
|
|
|
require_once 'PHPUnit/Framework.php';
|
|
|
|
require_once 'test_framework/phpbb_test_case.php'; |