Skip to content
Snippets Groups Projects
Commit 84800450 authored by dyszczo's avatar dyszczo
Browse files

tests: namespaces

parent e2742f21
No related branches found
No related tags found
1 merge request!6feat(form): Action/method attribute for form
Pipeline #5057 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace Tests; namespace Tests;
use WPDesk\Forms\AbstractForm; use WPDesk\Forms\Form\AbstractForm;
class TestForm extends \PHPUnit\Framework\TestCase class TestForm extends \PHPUnit\Framework\TestCase
{ {
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
namespace Tests; namespace Tests;
use WPDesk\Forms\AbstractForm; use WPDesk\Forms\Form\AbstractForm;
use WPDesk\Forms\FormsCollection; use WPDesk\Forms\Form\FormsCollection;
class TestFormCollection extends \PHPUnit\Framework\TestCase { class TestFormCollection extends \PHPUnit\Framework\TestCase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment