Skip to content

Commit

Permalink
Codesniffer: case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 4, 2022
1 parent 010d91f commit 6b19a11
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\Mocks\\": "tests/mocks"
"Tests\\": "tests"
}
},
"minimum-stability": "dev",
Expand Down
4 changes: 1 addition & 3 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<properties>
<property name="rootNamespaces" type="array">
<element key="src" value="Contributte\Nextras\Orm\QueryObject"/>
<element key="tests/cases" value="Tests\Cases"/>
<element key="tests/fixtures" value="Tests\Fixtures"/>
<element key="tests/mocks" value="Tests\Mocks"/>
<element key="tests" value="Tests"/>
</property>
<property name="extensions" type="array" value="php,phpt" />
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/Cases/E2E/BooksTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class BooksTest extends TestCase
{
/** @var IConnection $connection */
$connection = $this->container->getByType(IConnection::class);
FileImporter::executeFile($connection, __DIR__ . '/../../fixtures/mysql.sql');
FileImporter::executeFile($connection, __DIR__ . '/../../Fixtures/mysql.sql');
}

/**
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6b19a11

Please sign in to comment.