File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/Rct567/DomQuery/Tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ public function testAppendTo()
177
177
}
178
178
179
179
/*
180
- * Test append to (other domquery )
180
+ * Test append to (other DomQuery )
181
181
*/
182
182
public function testAppendToOther ()
183
183
{
@@ -217,7 +217,7 @@ public function testPrependTo()
217
217
}
218
218
219
219
/*
220
- * Test prepend to (other domquery )
220
+ * Test prepend to (other DomQuery )
221
221
*/
222
222
public function testPrependToOther ()
223
223
{
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ public function testDomQueryNoDocument()
292
292
/*
293
293
* Test constructor with selector and html context
294
294
*/
295
- public function testConstuctorWithSelectorAndHtmlContext ()
295
+ public function testConstructorWithSelectorAndHtmlContext ()
296
296
{
297
297
$ dom = new DomQuery ('div ' , '<div>X</div><p>Nope</p> ' );
298
298
$ this ->assertEquals ('<div>X</div> ' , (string ) $ dom );
@@ -301,7 +301,7 @@ public function testConstuctorWithSelectorAndHtmlContext()
301
301
/*
302
302
* Test constructor with selector and self as context
303
303
*/
304
- public function testConstuctorWithSelectorAndSelfContext ()
304
+ public function testConstructorWithSelectorAndSelfContext ()
305
305
{
306
306
$ dom = new DomQuery ('div ' , new DomQuery ('<div>X</div><p>Nope</p> ' ));
307
307
$ this ->assertEquals ('<div>X</div> ' , (string ) $ dom );
You can’t perform that action at this time.
0 commit comments