Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Mar 8, 2023
1 parent 2be5dc0 commit 2d3d4e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/PHPUnit/TraitComposer.php
Expand Up @@ -56,5 +56,6 @@ public function testComposerJsonProperties(): void
// jbzoo/* => !dev-master
// test phpunit.xml
// test makefile, update
// check public docs and length
}
}
1 change: 1 addition & 0 deletions src/PHPUnit/TraitCopyright.php
Expand Up @@ -280,6 +280,7 @@ protected function createFinder(array $inclusions = [], array $exclusions = []):
if (\str_contains($inclusion, '.')) {
$finder
->name("*{$inclusion}")
->name(".*{$inclusion}")
->name("*.dist{$inclusion}")
->name("*{$inclusion}.dist")
->name($inclusion);
Expand Down
5 changes: 2 additions & 3 deletions tests/copyrights/.phpstorm.meta.php
@@ -1,16 +1,15 @@
<?php

/**
* JBZoo Toolbox - PHPUnit
* JBZoo Toolbox - Codestyle.
*
* This file is part of the JBZoo Toolbox project.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @package PHPUnit
* @license MIT
* @copyright Copyright (C) JBZoo.com, All rights reserved.
* @link https://github.com/JBZoo/PHPUnit
* @see https://github.com/JBZoo/Codestyle
*/

declare(strict_types=1);
Expand Down

0 comments on commit 2d3d4e7

Please sign in to comment.