메소드 |
설명 |
|
__construct ( $test_case ) |
|
|
copy_dir ( string $source, string $dest ) : array |
Recursive directory copying function |
|
copy_ext_fixtures ( $fixtures_dir, $fixtures ) |
This should only be called once before the tests are run. |
|
empty_dir ( $path ) |
Empty directory (remove any subdirectories/files below) |
|
format_date ( integer $gmepoch ) : string |
Mocked replacement for \phpbb\user::format_date() |
|
get_test_config ( ) |
|
|
makedirs ( $path ) |
|
|
restore_original_ext_dir ( ) |
This should only be called once after the tests are run. |
|
setExpectedTriggerError ( $errno, $message = '' ) |
|
|
set_s9e_services ( Symfony\Component\DependencyInjection\ContainerInterface $container = null, string $fixture = null, string $styles_path = null ) : Symfony\Component\DependencyInjection\ContainerInterface |
Set working instances of the text_formatter.* services |
|