diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-12-31 11:53:15 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-01-01 18:56:20 +0100 |
| commit | a999718b42742c9911a24a74cf60f80e196d5cf8 (patch) | |
| tree | f87c2792a77176d00d29f12c8787d7c3bf5ea55a /tests/console/user/base.php | |
| parent | ede339c1c8b19fa01a61594d231902013ef473b0 (diff) | |
| download | forums-a999718b42742c9911a24a74cf60f80e196d5cf8.tar forums-a999718b42742c9911a24a74cf60f80e196d5cf8.tar.gz forums-a999718b42742c9911a24a74cf60f80e196d5cf8.tar.bz2 forums-a999718b42742c9911a24a74cf60f80e196d5cf8.tar.xz forums-a999718b42742c9911a24a74cf60f80e196d5cf8.zip | |
[ticket/15055] Support console questions on windows
PHPBB3-15055
Diffstat (limited to 'tests/console/user/base.php')
| -rw-r--r-- | tests/console/user/base.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/console/user/base.php b/tests/console/user/base.php index 6e5436fb9d..b84c0bb267 100644 --- a/tests/console/user/base.php +++ b/tests/console/user/base.php @@ -34,11 +34,6 @@ abstract class phpbb_console_user_base extends phpbb_database_test_case { global $auth, $db, $cache, $config, $user, $phpbb_dispatcher, $phpbb_container, $phpbb_root_path, $phpEx; - if (strtolower(substr(PHP_OS, 0, 5)) !== 'linux') - { - $this->markTestSkipped('Unable to test console feature on OS other than Linux.'); - } - $phpbb_dispatcher = new phpbb_mock_event_dispatcher(); $phpbb_container = new phpbb_mock_container_builder(); $phpbb_container->set('cache.driver', new phpbb_mock_cache()); |
