Created
March 21, 2012 21:32
-
-
Save nickvergessen/2153078 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* @package testing | |
* @copyright (c) 2012 phpBB Group | |
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 | |
* | |
*/ | |
class phpbb_log_function_auth_mock_test extends phpbb_test_case | |
{ | |
public function test_auth_mock_function() | |
{ | |
$this->assertEquals(array('key' => true), array('key' => 1)); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment