File tree 5 files changed +15
-3
lines changed
5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 1.1
2
2
3
3
- Removed README.md
4
- - Updated LiCENSE .md and added my Email address
4
+ - Updated LICENSE .md and added my Email address
5
5
- Removed SUMMARY.md
6
- - Updtated composer.json to use phpunit 4.8
6
+ - Updated composer.json to use phpunit 4.8
7
7
- Downgraded dependency to 5.3
8
- - Added support for active / pasive connections in the FTP Adapter.
8
+ - Added support for active / passive connections in the FTP Adapter.
9
9
- Added support for FTP_MODE_BINARY or FTP_MODE_ASCII in the FTP Adapter (See examples/ftp.php) for details.
10
10
- Fixed wrong test filename: ScanServiceTests.php now renamed to ScanServiceTest.php,
11
11
- Added a section to README.md on how to install the package from downloads.
12
+ - Fixed a lot of grammar issues.
13
+ - Added a whole new world of FTP Coverage.
14
+ - Updated for performance on Redbox\Scan\ScanService::index() and Redbox\Scan\ScanService::scan().
15
+ - Updated general test coverage of the codebase.
16
+ - Added loads new tests.
12
17
13
18
14
19
## 1.0 2015-12-27
Original file line number Diff line number Diff line change 11
11
*/
12
12
class AbstractReportTest extends \PHPUnit_Framework_TestCase
13
13
{
14
+
14
15
/**
15
16
* Tests that set and get Items files return the same.
16
17
*/
Original file line number Diff line number Diff line change 12
12
*/
13
13
class ReportTest extends \PHPUnit_Framework_TestCase
14
14
{
15
+
15
16
/**
16
17
* We need to validate that a RuntimeException if the input array for method
17
18
* Report::fromArray() does not contain the required keys.
Original file line number Diff line number Diff line change 5
5
6
6
/**
7
7
* This class will run tests against the ScanService class.
8
+ *
9
+ * @coversDefaultClass \Redbox\Scan\ScanService
10
+ * @package Redbox\Scan\Tests
8
11
*/
9
12
class ScanServiceTest extends \PHPUnit_Framework_TestCase
10
13
{
Original file line number Diff line number Diff line change 1
1
<?php
2
+
3
+ date_default_timezone_set ('EUROPE/AMSTERDAM ' );
2
4
require dirname (__FILE__ ).'/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments