Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed tests #19

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: composer require laravel/framework:^${{ matrix.laravel }}

- name: Execute tests
run: composer test
run: vendor/bin/pest --compact
2 changes: 1 addition & 1 deletion app/Commands/Cldr.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/Collect.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion app/Integrations/Cldr.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion app/Integrations/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion app/Processors/Cldr.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion app/Processors/Collect.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion app/Processors/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion app/Services/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
11 changes: 2 additions & 9 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
~ file that was distributed with this source code.
~
~ @author Andrey Helldar <[email protected]>
~ @copyright 2024 Laravel Lang Team
~ @copyright 2025 Laravel Lang Team
~ @license MIT
~
~ @see https://laravel-lang.com
Expand All @@ -22,16 +22,9 @@
cacheResult="false"
colors="true"
processIsolation="false"
stopOnError="false"
stopOnError="true"
stopOnFailure="false"
>
<coverage>
<report>
<clover outputFile="build/logs/clover.xml" />
<html outputDirectory="build/logs/coverage" />
<text outputFile="build/logs/coverage.txt" />
</report>
</coverage>
<php>
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
</php>
Expand Down
2 changes: 1 addition & 1 deletion src/CountryNames.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion src/Data/CountryData.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion src/Enums/SortBy.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers/Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers/Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Datasets/Locales.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Helpers/assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Helpers/flatten.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Helpers/native.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/EmptyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/EnumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/IncorrectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/NativeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/SortTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/StringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
* @copyright 2024 Laravel Lang Team
* @copyright 2025 Laravel Lang Team
* @license MIT
*
* @see https://laravel-lang.com
Expand Down
Loading