Skip to content

Commit

Permalink
move to phpunit 10 and improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
verfriemelt-dot-org committed Feb 21, 2023
1 parent 3b76827 commit 03df133
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"phpoffice/phpword": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.9",
"friendsofphp/php-cs-fixer": "^3.14.4",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-phpunit": "^1.2",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^9.5",
"symplify/phpstan-rules": "^11.1"
"phpstan/phpstan": "^1.9.18",
"phpstan/phpstan-phpunit": "^1.3.4",
"phpstan/phpstan-strict-rules": "^1.4.5",
"phpunit/phpunit": "^10.0.11",
"symplify/phpstan-rules": "^11.2.4.72"
},
"scripts": {
"csfixer": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff",
Expand Down
1 change: 1 addition & 0 deletions tests/IndexControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ final class IndexControllerTest extends TestCase
public function test(): void
{
self::assertSame('one day i will write a test :^)', strtolower('One day I will write a test :^)'));
static::markTestIncomplete('soon™');
}
}

0 comments on commit 03df133

Please sign in to comment.