Skip to content

Commit

Permalink
Fixed CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Sep 3, 2020
1 parent c5b6e6f commit 0d89afb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Elasticsearch/Tests/YamlRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,6 @@ public function operationContains($operation, $lastOperationResult, &$context, s

if (is_array($expected)) {
$this->assertContains($expected, $value, 'Failed to contains in test ' . $testName);
} else {

}

return $lastOperationResult;
Expand Down Expand Up @@ -1174,7 +1172,6 @@ private function clean()

# Get all privileges
$privileges = $this->client->security()->getPrivileges();

}

$this->rmDirRecursively('/tmp/test_repo_create_1_loc');
Expand Down

0 comments on commit 0d89afb

Please sign in to comment.