Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutsNL committed Nov 15, 2023
1 parent f64355d commit 364582f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"symfony/test-pack": "^1.1"
},
"autoload": {
"psr-4": {"GlpiPlugin\\Ticketfilter\\": "src/"}
"psr-4": {"GlpiPlugin\\": "src/"}
}
}
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
use Symfony\Component\Dotenv\Dotenv;
echo "Bootstrap loaded";
echo "Bootstrap loaded\n";
require './vendor/autoload.php';

1 change: 1 addition & 0 deletions tests/ticketFilterTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
namespace tests;
require('./tests/bootstrap.php');

use PHPUnit\Framework\MockObject\Exception;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'Symfony\\Bridge\\PhpUnit\\' => array($vendorDir . '/symfony/phpunit-bridge'),
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
'GlpiPlugin\\Ticketfilter\\' => array($baseDir . '/src'),
'GlpiPlugin\\' => array($baseDir . '/src'),
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
);
4 changes: 2 additions & 2 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ComposerStaticInit8a12cb57e3eb97f4aa6da10e056269a3
),
'G' =>
array (
'GlpiPlugin\\Ticketfilter\\' => 24,
'GlpiPlugin\\' => 11,
),
'D' =>
array (
Expand Down Expand Up @@ -76,7 +76,7 @@ class ComposerStaticInit8a12cb57e3eb97f4aa6da10e056269a3
array (
0 => __DIR__ . '/..' . '/masterminds/html5/src',
),
'GlpiPlugin\\Ticketfilter\\' =>
'GlpiPlugin\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
Expand Down

0 comments on commit 364582f

Please sign in to comment.