Skip to content

Commit

Permalink
fix(tests): proper namespaces issues
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <[email protected]>
  • Loading branch information
neilime committed Nov 12, 2024
1 parent 7275906 commit d642f8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/TestSuite/Documentation/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Documentation;
namespace TestSuite\Documentation;

/**
* Base class to perform tests according to the Bootstrap documentation : %bootstrap-url%/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper;
namespace TestSuite\TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper;

class GutterTest extends \PHPUnit\Framework\TestCase
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper;
namespace TestSuite\TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper;

class SpacingTest extends \PHPUnit\Framework\TestCase
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper;
namespace TestSuite\TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper;

class VariantTest extends \PHPUnit\Framework\TestCase
{
Expand Down

0 comments on commit d642f8c

Please sign in to comment.