Skip to content

Commit

Permalink
Test: updated workflow ...
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Feb 14, 2024
1 parent 5047e86 commit 13d400c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php
declare(strict_types=1);

namespace OpenMage\Tests\Unit\Core\Helper;
namespace OpenMage\Tests\Unit\Mage\Core\Helper;

use PHPUnit\Framework\TestCase;

class Security extends TestCase
class SecurityTest extends TestCase
{

public function validateAgainstBlockMethodBlacklistDataProvider()
{
$topmenu = new \Mage_Page_Block_Html_Topmenu_Renderer();
Expand Down

0 comments on commit 13d400c

Please sign in to comment.