Skip to content

Commit

Permalink
Fix test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 26, 2023
1 parent a007802 commit 34122e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace horstoeko\zugferd-laravel\tests;
namespace horstoeko\zugferdlaravel\tests;

use ReflectionClass;
use ReflectionMethod;
Expand Down
4 changes: 2 additions & 2 deletions tests/testcases/BasicTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace horstoeko\zugferd-laravel\tests\testcases;
namespace horstoeko\zugferdlaravel\tests\testcases;

use horstoeko\zugferd-laravel\tests\TestCase;
use horstoeko\zugferdlaravel\tests\TestCase;

class BasicTest extends TestCase
{
Expand Down

0 comments on commit 34122e5

Please sign in to comment.