Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Modules/DI/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ after_script:

php:
- 7.0
- 7.1
5 changes: 1 addition & 4 deletions Modules/DI/Modules/Container/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ after_script:

php:
- 7.0

notifications:
slack:
secure: tobcQWs5nYA4dk9FkGsYEc7NKTOfwwB43eu4mAa6Iqmr5rRF8fpj0iebwfTrkXBcOCbqfwbr4OMWQ2Dq5PuAp0NlCkHGBr6QH4COzjopO/qOSllVkxnlwi/SKYLcrLdtWdwUCJRbpp72UWCJgq/mhP1ksJf6TtlzpCc5fkO0gxJNUvMb/uUqKUWebHK4bNtNTWE5ffy7Mnxh33Ad+CTV0bqPRuRgwkh0kR4lv/83ew+EzXkxzFPppy4BJMtuBqSDx2RFsY5d8ejwVTJzVz1JLMAKzvrf5VXU+EndeaIx68zDT0bwwyq2H07ovVrL4CTkbI2a4yJDZHPhLee9JQ1fVIS7idV30ChY8drsI1xQDKYkE/vaXjlKE/cB6uOE245X+Ht6uhILTJpwjHSu0CHX3RdyWSXnSg0AsaPZN2g/58W9CzfAK9w6tgVPtxhAE81L+7De9BehEfyUfDN5EN1o4C1KWH9LLw8z6Ha19DG2d/xhJOWSMFu64TiwkuQ3lb14x/R/bcO8rJpxcpnTp10r6NIRAMJKnbMiOmmzgu7EONiUPkjIFuf57p7/rCjGLCqE8OYOhh/xt1sWzn0T17ztzKTlhoJtBq6pvkbRY8OdGsfjUvlvbEJG9zi2qqv2d8DLhGXtFWu39+A1YfEwrdi/BANuLx7vLYHYRczjveyWAlw=
- 7.1
2 changes: 1 addition & 1 deletion Modules/DI/Modules/Container/Test/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @since 2016/08/20
* @version 0.7
*/
class ContainerTest extends \PHPUnit_Framework_TestCase
class ContainerTest extends \PHPUnit\Framework\TestCase
{
use ContainerProvider;

Expand Down
2 changes: 1 addition & 1 deletion Modules/DI/Modules/Container/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"phpunit/phpunit": "5.*"
"phpunit/phpunit": "6.*"
}
}
2 changes: 1 addition & 1 deletion Modules/DI/Test/InjectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @since 2016/09/11
* @version 0.7
*/
class InjectorTest extends \PHPUnit_Framework_TestCase
class InjectorTest extends \PHPUnit\Framework\TestCase
{
/**
* 正常系
Expand Down
2 changes: 1 addition & 1 deletion Modules/DI/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php-di/phpdoc-reader": "2.0.*",
"phpunit/phpunit": "5.*"
"phpunit/phpunit": "6.*"
}
}
5 changes: 1 addition & 4 deletions Modules/IO/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ after_script:

php:
- 7.0

notifications:
slack:
secure: tobcQWs5nYA4dk9FkGsYEc7NKTOfwwB43eu4mAa6Iqmr5rRF8fpj0iebwfTrkXBcOCbqfwbr4OMWQ2Dq5PuAp0NlCkHGBr6QH4COzjopO/qOSllVkxnlwi/SKYLcrLdtWdwUCJRbpp72UWCJgq/mhP1ksJf6TtlzpCc5fkO0gxJNUvMb/uUqKUWebHK4bNtNTWE5ffy7Mnxh33Ad+CTV0bqPRuRgwkh0kR4lv/83ew+EzXkxzFPppy4BJMtuBqSDx2RFsY5d8ejwVTJzVz1JLMAKzvrf5VXU+EndeaIx68zDT0bwwyq2H07ovVrL4CTkbI2a4yJDZHPhLee9JQ1fVIS7idV30ChY8drsI1xQDKYkE/vaXjlKE/cB6uOE245X+Ht6uhILTJpwjHSu0CHX3RdyWSXnSg0AsaPZN2g/58W9CzfAK9w6tgVPtxhAE81L+7De9BehEfyUfDN5EN1o4C1KWH9LLw8z6Ha19DG2d/xhJOWSMFu64TiwkuQ3lb14x/R/bcO8rJpxcpnTp10r6NIRAMJKnbMiOmmzgu7EONiUPkjIFuf57p7/rCjGLCqE8OYOhh/xt1sWzn0T17ztzKTlhoJtBq6pvkbRY8OdGsfjUvlvbEJG9zi2qqv2d8DLhGXtFWu39+A1YfEwrdi/BANuLx7vLYHYRczjveyWAlw=
- 7.1
2 changes: 1 addition & 1 deletion Modules/IO/Test/FileReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @since 2016/08/18
* @version 0.7
*/
class FileReaderTest extends \PHPUnit_Framework_TestCase
class FileReaderTest extends \PHPUnit\Framework\TestCase
{
use FileReaderProvider;

Expand Down
2 changes: 1 addition & 1 deletion Modules/IO/Test/FileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @since 2016/08/19
* @version 0.7
*/
class FileTest extends \PHPUnit_Framework_TestCase
class FileTest extends \PHPUnit\Framework\TestCase
{
use FileProvider;

Expand Down
2 changes: 1 addition & 1 deletion Modules/IO/Test/FileWriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @since 2016/08/18
* @version 0.7
*/
class FileWriterTest extends \PHPUnit_Framework_TestCase
class FileWriterTest extends \PHPUnit\Framework\TestCase
{
use FileWriterProvider;

Expand Down
2 changes: 1 addition & 1 deletion Modules/IO/Test/InputStreamReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @since 2016/08/18
* @version 0.7
*/
class InputStreamReaderTest extends \PHPUnit_Framework_TestCase
class InputStreamReaderTest extends \PHPUnit\Framework\TestCase
{
use InputStreamReaderProvider;

Expand Down
2 changes: 1 addition & 1 deletion Modules/IO/Test/OutputStreamWriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @since 2016/08/19
* @version 0.7
*/
class OutputStreamWriterTest extends \PHPUnit_Framework_TestCase
class OutputStreamWriterTest extends \PHPUnit\Framework\TestCase
{
use OutputStreamWriterProvider;

Expand Down
2 changes: 1 addition & 1 deletion Modules/IO/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"phpunit/phpunit": "5.*"
"phpunit/phpunit": "6.*"
}
}
2 changes: 1 addition & 1 deletion Test/ClassLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @since 2017/01/21
* @version 0.7
*/
class ClassLoaderTest extends \PHPUnit_Framework_TestCase
class ClassLoaderTest extends \PHPUnit\Framework\TestCase
{
use ClassLoaderProvider;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"phpunit/phpunit": "5.*"
"phpunit/phpunit": "6.*"
}
}