Skip to content

Commit

Permalink
adjust phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Jan 4, 2024
1 parent 8f38f32 commit b9bc371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require-dev": {
"cakephp/authorization": "^3.0",
"cakephp/cakephp-codesniffer": "^5.0",
"phpunit/phpunit": "^10.1.0"
"phpunit/phpunit": "^10.1.0 <=10.5.3"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase/Panel/DeprecationsPanelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use Cake\Event\Event;
use Cake\TestSuite\TestCase;
use DebugKit\Panel\DeprecationsPanel;

use function Cake\Core\deprecationWarning;

Check failure on line 21 in tests/TestCase/Panel/DeprecationsPanelTest.php

View workflow job for this annotation

GitHub Actions / cs-stan / Coding Standard & Static Analysis

Expected 0 lines between different types of use statement, found 1.

/**
Expand Down

0 comments on commit b9bc371

Please sign in to comment.