Skip to content

chore(deps-dev): bump codeigniter/coding-standard from 1.7.16 to 1.8.2 #473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"psr/container": "^2.0"
},
"require-dev": {
"codeigniter/coding-standard": "1.7.*",
"codeigniter/coding-standard": "1.8.*",
"codeigniter4/devkit": "^1.0",
"phpunit/phpunit": "^9.6",
"tatter/patches": "^2.0"
311 changes: 148 additions & 163 deletions composer.lock

Unchanged files with check annotations Beta

use DatabaseTestTrait;
use FeatureTestTrait;
public function testCanViewHome()

Check warning on line 19 in tests/feature/BasicPagesTest.php

GitHub Actions / PHP 8.1 Unit Tests

Took 1.02s from 0.50s limit to run BasicPagesTest::testCanViewHome
{
$result = $this->get('/');
$result->assertSee('Security issues should be reported');
}
public function testCanViewContribute()

Check warning on line 61 in tests/feature/BasicPagesTest.php

GitHub Actions / PHP 8.1 Unit Tests

Took 0.95s from 0.50s limit to run BasicPagesTest::testCanViewContribute
{
$result = $this->get('/contribute');
], $resolver());
}
public function testResolving()

Check warning on line 146 in tests/libaries/GitHubTest.php

GitHub Actions / PHP 8.1 Unit Tests

Took 0.53s from 0.50s limit to run App\\Entities\\GitHub\\GitHubTest::testResolving
{
// Focus on a single tagged repo to speed things up
config('GitHub')->repos = [