Skip to content
Snippets Groups Projects

feat(form): Action/method attribute for form

Merged Krzysztof Dyszczyk requested to merge feature/form-action into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -2,7 +2,7 @@
namespace Tests;
use WPDesk\Forms\AbstractForm;
use WPDesk\Forms\Form\AbstractForm;
class TestForm extends \PHPUnit\Framework\TestCase
{
Loading