Skip to content

Commit

Permalink
Merge branch 'michelangelo/issue-60-warning-for-not-defined-soap-vers…
Browse files Browse the repository at this point in the history
…ion'
  • Loading branch information
DragonBe committed Dec 12, 2018
2 parents 911bc06 + 188a9f9 commit c7d4d0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Vies/ViesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ public function testSoapVersionsAreDefinedAsConstants()
*/
public function testSoapVersionsDoNotTriggerWarning()
{
$result = eval(file_get_contents(__DIR__ . '/_files/soapVersionCheck.php'));
$result = eval(file_get_contents(__DIR__ . '/_files/soapVersionCheck.code'));
$expected = "array (\n 0 => 1,\n 1 => 2,\n)";
$this->assertEquals($expected, $result);
}
Expand Down
File renamed without changes.

0 comments on commit c7d4d0a

Please sign in to comment.