diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2015-08-05 13:39:44 +0200 | |
|---|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2015-08-05 13:39:44 +0200 | |
| commit | e7c6c3f02bcfc403d8399c18c0175a0f386f1bcb (patch) | <?php /** * * @package testing * @copyright (c) 2013 phpBB Group * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ require_once dirname(__FILE__).'/../../phpBB/includes/functions.php'; class phpbb_auth_provider_db_test extends phpbb_database_test_case { public function getDataSet() { return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/user.xml'); } public function test_login() { global $phpbb_root_path, $phpEx; $db = $this->new_dbal(); $config =||
0 files changed, 0 insertions, 0 deletions
