Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Phil E. Taylor <phil@phil-taylor.com>
  • Loading branch information
frankmayer and Phil E. Taylor committed Sep 23, 2021
1 parent 331c162 commit a3e748a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function test__constructPackage()
$this->isInstanceOf('JInstallerExtension'),
'Instantiating JInstallerExtension failed'
);

// Verify that an old style element name is still usable
$this->assertEquals(
$xml->authorUrl,
Expand All @@ -46,6 +47,7 @@ public function test__constructPackage()
$this->isInstanceOf('JInstallerExtension'),
'Instantiating JInstallerExtension failed'
);

// Verify that a new style element name is available
$this->assertEquals(
$xml->authorURL,
Expand Down Expand Up @@ -85,6 +87,7 @@ public function test__constructModule()
$this->isInstanceOf('JInstallerExtension'),
'Instantiating JInstallerExtension failed'
);

// Verify that a new style element name is available
$this->assertEquals(
$xml->authorURL,
Expand Down

0 comments on commit a3e748a

Please sign in to comment.