[TESTS] Tweak tests

This commit is contained in:
Hugo Sales 2022-10-29 16:45:49 +01:00
parent 789b1499c5
commit fe21796e79
No known key found for this signature in database
GPG Key ID: 7D0C7EAFC9D835A0

View File

@ -18,14 +18,16 @@
<directory suffix=".php">src</directory> <directory suffix=".php">src</directory>
<directory>components/Attachment</directory> <directory>components/Attachment</directory>
<directory>components/Feed</directory> <directory>components/Feed</directory>
<directory>components/Group</directory> <!-- <directory>components/Group</directory> -->
<directory>components/Person</directory> <directory>components/Person</directory>
<directory>plugins/ActivityPub</directory> <!-- <directory>plugins/ActivityPub</directory> -->
</include> </include>
<exclude> <exclude>
<directory>src/Util/Exception</directory> <directory>src/Util/Exception</directory>
<directory>src/Controller</directory>
<directory>src/PHPStan</directory> <directory>src/PHPStan</directory>
<directory>src/Routes</directory> <directory>src/Routes</directory>
<directory>src/Twig/Extension.php</directory>
<directory>src/DataFixtures</directory> <!-- This is where the test data is loaded, it get's tested enough, me thinks --> <directory>src/DataFixtures</directory> <!-- This is where the test data is loaded, it get's tested enough, me thinks -->
<directory>src/Security</directory> <!-- TODO: Should be tested in the future --> <directory>src/Security</directory> <!-- TODO: Should be tested in the future -->
<file>src/Kernel.php</file> <file>src/Kernel.php</file>