Skip to content

Commit

Permalink
Merge 316080e into c6916ec
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed May 12, 2023
2 parents c6916ec + 316080e commit b157193
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,3 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
php vendor/bin/php-coveralls -v
- name: Run phpstan
run: composer phpstan
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
]
},
"require-dev": {
"phpunit/phpunit": "~5.7.21",
"satooshi/php-coveralls": "^1.0"
"phpunit/phpunit": "~5.7.21 || ^6 || ^7 || ^8 || ^9",
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion tests/ListenTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

use PHPUnit\Framework\TestCase;
use eiriksm\WaitForListen\ListenWaiter;

class ListenTest extends \PHPUnit_Framework_TestCase {
class ListenTest extends TestCase {

public function testFailingPort() {
$w = new ListenWaiter(1);
Expand Down

0 comments on commit b157193

Please sign in to comment.