Skip to content

Commit 4f938ad

Browse files
MizouziEgithub-actions[bot]
authored andcommitted
Fix styling
1 parent d418513 commit 4f938ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/TestResponseMacros.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function assertSelectExists(): Closure
246246
'Element is not of type select!');
247247

248248
if ($callback) {
249-
$callback(new AssertSelect( $this->getContent(), $select));
249+
$callback(new AssertSelect($this->getContent(), $select));
250250
}
251251

252252
return $this;

tests/FormTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use Sinnbeck\DomAssertions\Asserts\AssertDatalist;
55
use Sinnbeck\DomAssertions\Asserts\AssertElement;
66
use Sinnbeck\DomAssertions\Asserts\AssertForm;
7-
use Sinnbeck\DomAssertions\Asserts\AssertSelect;
87

98
it('assertForm alias works for assertFormExists', function () {
109
$this->get('form')

0 commit comments

Comments
 (0)