Skip to content

Commit

Permalink
Add proper autoload-dev rule for the testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Dec 7, 2021
1 parent da6d0d8 commit b30e7e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -25,6 +25,11 @@
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\Tests\\": "tests"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
Expand Down
2 changes: 1 addition & 1 deletion tests/CssToInlineStylesTest.php
@@ -1,6 +1,6 @@
<?php

namespace TijsVerkoyen\CssToInlineStyles\tests;
namespace TijsVerkoyen\CssToInlineStyles\Tests;

use TijsVerkoyen\CssToInlineStyles\Css\Property\Property;
use TijsVerkoyen\CssToInlineStyles\CssToInlineStyles;
Expand Down

0 comments on commit b30e7e8

Please sign in to comment.