Skip to content

Commit

Permalink
fix indentation caused by conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuettler authored Aug 2, 2017
1 parent bff875d commit 86f08fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/api/v3/ExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ public function testGetMultipleExtensions() {
$this->assertEquals(2, $result['count']);
}

/**
* Test that extension get works with api request with parameter full_name as build by api explorer.
/**
* Test that extension get works with api request with parameter full_name as build by api explorer.
*/
public function testGetMultipleExtensionsApiExplorer() {
$result = $this->callAPISuccess('extension', 'get', array('full_name' => array('test.extension.manager.paymenttest', 'test.extension.manager.moduletest')));
Expand Down

0 comments on commit 86f08fe

Please sign in to comment.