We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d418513 commit 4f938adCopy full SHA for 4f938ad
src/TestResponseMacros.php
@@ -246,7 +246,7 @@ public function assertSelectExists(): Closure
246
'Element is not of type select!');
247
248
if ($callback) {
249
- $callback(new AssertSelect( $this->getContent(), $select));
+ $callback(new AssertSelect($this->getContent(), $select));
250
}
251
252
return $this;
tests/FormTest.php
@@ -4,7 +4,6 @@
4
use Sinnbeck\DomAssertions\Asserts\AssertDatalist;
5
use Sinnbeck\DomAssertions\Asserts\AssertElement;
6
use Sinnbeck\DomAssertions\Asserts\AssertForm;
7
-use Sinnbeck\DomAssertions\Asserts\AssertSelect;
8
9
it('assertForm alias works for assertFormExists', function () {
10
$this->get('form')
0 commit comments