[feature/tests] Add extension-testframework from phpBB gallery
This commit is contained in:
14
tests/testframework/functional_test_case.php
Normal file
14
tests/testframework/functional_test_case.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @package phpBB Gallery Testing
|
||||
* @copyright (c) 2013 nickvergessen
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbbgallery\core\tests\testframework;
|
||||
|
||||
abstract class functional_test_case extends \phpbb_functional_test_case
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user