[feature/tests] Add extension-testframework from phpBB gallery
This commit is contained in:
18
tests/systemtests/base_test.php
Normal file
18
tests/systemtests/base_test.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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\systemtests;
|
||||
|
||||
class base_test extends \phpbbgallery\core\tests\testframework\test_case
|
||||
{
|
||||
public function test_check()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user