Skip to content

Commit 628f256

Browse files
fixed file naming
1 parent cb8f0d6 commit 628f256

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</testsuite>
2323
<testsuite name="Zend Server DepH Params Suite">
2424
<directory>./tests/Params</directory>
25-
<file phpVersion="7.0" phpVersionOperator="&lt;">./tests/Params/ParamsTest.php</file>
26-
<file phpVersion="7.0" phpVersionOperator=">=">./tests/Params/PHP7ParamsTest.php</file>
25+
<file phpVersion="7.0" phpVersionOperator="&lt;">./tests/Params/ParamsTestPHP5.php</file>
26+
<file phpVersion="7.0" phpVersionOperator=">=">./tests/Params/ParamsTestPHP7.php</file>
2727
</testsuite>
2828
<testsuite name="Zend Server DepH Path Suite">
2929
<directory>./tests/Path</directory>

tests/Params/ParamsTest.php renamed to tests/Params/ParamsTestPHP5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Params test case.
1212
*/
13-
class ParamsTest extends TestCase
13+
class ParamsTestPHP5 extends TestCase
1414
{
1515

1616
/**

tests/Params/PHP7ParamsTest.php renamed to tests/Params/ParamsTestPHP7PHP5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Params test case.
1212
*/
13-
class PHP7ParamsTest extends ParamsTest
13+
class ParamsTestPHP5PHP7 extends ParamsTestPHP5
1414
{
1515
/**
1616
* Tests Params->setSharedManager()

0 commit comments

Comments
 (0)