Skip to content

Commit 444914f

Browse files
committed
Fix typos in test method names
1 parent 3cd4d1e commit 444914f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/Statement/StatementListTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function testAddStatementWithGuid() {
260260
$this->assertEquals( new StatementList( $statement ), $list );
261261
}
262262

263-
public function testGivenGuidOfPresenStatement_statementIsRemoved() {
263+
public function testGivenGuidOfPresentStatement_statementIsRemoved() {
264264
$statement1 = new Statement( $this->newSnak( 24, 'foo' ), null, null, 'foo' );
265265
$statement2 = new Statement( $this->newSnak( 32, 'bar' ), null, null, 'bar' );
266266
$statement3 = new Statement( $this->newSnak( 32, 'bar' ), null, null, 'bar' );
@@ -275,7 +275,7 @@ public function testGivenGuidOfPresenStatement_statementIsRemoved() {
275275
$this->assertEquals( $statements, $list->toArray() );
276276
}
277277

278-
public function testGivenGuidOfMulitpleStatements_multipleStatementsAreRemoved() {
278+
public function testGivenGuidOfMultipleStatements_multipleStatementsAreRemoved() {
279279
$statement1 = new Statement( $this->newSnak( 24, 'foo' ), null, null, 'foo' );
280280
$statement2 = new Statement( $this->newSnak( 32, 'bar' ), null, null, 'bar' );
281281
$statement3 = new Statement( $this->newSnak( 32, 'bar' ), null, null, 'bar' );

0 commit comments

Comments
 (0)