Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 10, 2025
1 parent 91a8bd8 commit fa0072a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/phpunit/DPLQueryIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,8 @@ public function testFindPagesWithOpenReferencesLinkedFromPage(): void {

public function testFindPagesLinkingToAndFromPage(): void {
$results = $this->getDPLQueryResults( [
// NS_MAIN
'namespace' => '',
'linksfrom' => 'DPLTestOpenReferences',
'linksto' => 'DPLTestArticle 2',
'linksto' => 'DPLTestArticle 1',
] );

$this->assertArrayEquals(
Expand Down

0 comments on commit fa0072a

Please sign in to comment.