File tree Expand file tree Collapse file tree 11 files changed +3
-20
lines changed
Expand file tree Collapse file tree 11 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 2323use PHPUnit \Framework \Exception ;
2424use PHPUnit \Framework \ExpectationFailedException ;
2525use PHPUnit \Framework \TestCase ;
26- use PHPUnit_Framework_AssertionFailedError ;
27- use PHPUnit_Framework_Exception ;
2826use stdClass ;
2927use tests \phpsap \classes \helper \AbstractFunctionInstance ;
3028
Original file line number Diff line number Diff line change 88use phpsap \interfaces \Api \ITable ;
99use PHPUnit \Framework \ExpectationFailedException ;
1010use PHPUnit \Framework \TestCase ;
11- use PHPUnit_Framework_Exception ;
1211use stdClass ;
1312use phpsap \classes \Util \JsonSerializable ;
1413use phpsap \interfaces \Api \IElement ;
@@ -171,9 +170,9 @@ public static function provideTypecastData()
171170
172171 /**
173172 * Test typecasting some data.
174- * @param string $type
175- * @param string|int $value
176- * @param bool|int|float|strin $expected
173+ * @param string $type
174+ * @param string|int $value
175+ * @param bool|int|float|string $expected
177176 * @dataProvider provideTypecastData
178177 * @throws InvalidArgumentException
179178 * @throws Exception
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \Exception ;
88use PHPUnit \Framework \ExpectationFailedException ;
99use PHPUnit \Framework \TestCase ;
10- use PHPUnit_Framework_AssertionFailedError ;
11- use PHPUnit_Framework_Exception ;
1210use stdClass ;
1311use phpsap \classes \Util \JsonSerializable ;
1412use phpsap \interfaces \Api \IElement ;
Original file line number Diff line number Diff line change 1414use PHPUnit \Framework \Exception ;
1515use PHPUnit \Framework \ExpectationFailedException ;
1616use PHPUnit \Framework \TestCase ;
17- use PHPUnit_Framework_AssertionFailedError ;
18- use PHPUnit_Framework_Exception ;
1917use stdClass ;
2018
2119/**
Original file line number Diff line number Diff line change 88use PHPUnit \Framework \Exception ;
99use PHPUnit \Framework \ExpectationFailedException ;
1010use PHPUnit \Framework \TestCase ;
11- use PHPUnit_Framework_AssertionFailedError ;
12- use PHPUnit_Framework_Exception ;
1311use stdClass ;
1412use phpsap \classes \Util \JsonSerializable ;
1513use phpsap \interfaces \Api \IArray ;
Original file line number Diff line number Diff line change 88use PHPUnit \Framework \Exception ;
99use PHPUnit \Framework \ExpectationFailedException ;
1010use PHPUnit \Framework \TestCase ;
11- use PHPUnit_Framework_Exception ;
1211use stdClass ;
1312use phpsap \classes \Util \JsonSerializable ;
1413use phpsap \interfaces \Api \IArray ;
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \ExpectationFailedException ;
88use PHPUnit \Framework \TestCase ;
99use phpsap \classes \Util \JsonSerializable ;
10- use PHPUnit_Framework_AssertionFailedError ;
11- use PHPUnit_Framework_Exception ;
1210use stdClass ;
1311use phpsap \interfaces \Config \IConfiguration ;
1412use phpsap \classes \Config \AbstractConfiguration ;
Original file line number Diff line number Diff line change 88use PHPUnit \Framework \Exception ;
99use PHPUnit \Framework \ExpectationFailedException ;
1010use PHPUnit \Framework \TestCase ;
11- use PHPUnit_Framework_Exception ;
1211use stdClass ;
1312use phpsap \classes \Util \JsonSerializable ;
1413use phpsap \interfaces \Config \IConfigCommon ;
Original file line number Diff line number Diff line change 1414use phpsap \classes \Config \AbstractConfiguration ;
1515use phpsap \classes \Config \ConfigCommon ;
1616use phpsap \classes \Config \ConfigTypeA ;
17- use PHPUnit_Framework_Exception ;
1817
1918/**
2019 * Class tests\phpsap\classes\Config\ConfigTypeATest
Original file line number Diff line number Diff line change 1414use PHPUnit \Framework \Exception ;
1515use PHPUnit \Framework \ExpectationFailedException ;
1616use PHPUnit \Framework \TestCase ;
17- use PHPUnit_Framework_Exception ;
1817
1918/**
2019 * Class tests\phpsap\classes\Config\ConfigTypeBTest
You can’t perform that action at this time.
0 commit comments