1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11700] Fix avatar tests

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-10 14:40:30 +02:00
parent ee735685ac
commit 43c5ed570f
3 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
<?php
class phpbb_avatar_driver_foobar extends \phpbb\avatar\driver\driver
namespace phpbb\avatar\driver;
class foobar extends \phpbb\avatar\driver\driver
{
public function get_data($row)
{