Skip to content

Commit

Permalink
[update/area51-master] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed Nov 30, 2023
1 parent 4a319f3 commit bbb7d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpBB/ext/phpBB/sslAssets/event/listener.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class listener implements EventSubscriberInterface
{
static public function getSubscribedEvents()
public static function getSubscribedEvents()
{
return array(
'core.page_footer' => 'rewrite_assets',
Expand Down
2 changes: 1 addition & 1 deletion phpBB/ext/phpBB/sslAssets/ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

class ext extends \phpbb\extension\base
{
}
}
2 changes: 2 additions & 0 deletions tests/functional/mcp/mcp_logs_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class phpbb_functional_mcp_logs_test extends phpbb_functional_test_case
{
public function test_delete_logs()
{
$this->markTestSkipped('Deleting logs not supported on area51');

$this->add_lang(['mcp', 'common']);

$this->login();
Expand Down

0 comments on commit bbb7d41

Please sign in to comment.