Skip to content

Instantly share code, notes, and snippets.

@nickvergessen
Created March 21, 2012 21:32
Show Gist options
  • Save nickvergessen/2153078 to your computer and use it in GitHub Desktop.
Save nickvergessen/2153078 to your computer and use it in GitHub Desktop.
<?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