This website requires JavaScript.
Explore
Help
Sign in
core
/
php-uptelligence
Watch
8
Star
0
Fork
You've already forked php-uptelligence
0
Code
Issues
6
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
90f55d0e58
php-uptelligence
/
tests
/
Pest.php
8 lines
100 B
PHP
Raw
Normal View
History
Unescape
Escape
chore: fix pint code style and add test config Add phpunit.xml and tests/Pest.php for standalone test execution. Apply Laravel Pint formatting fixes across all source files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 03:50:07 +00:00
<
?
php
declare
(
strict_types
=
1
);
feat(uptelligence): add AltumCode vendor seeder with 17 entries Idempotent seeder using updateOrCreate for 4 licensed products (66analytics, 66biolinks, 66pusher, 66socialproof) and 13 plugins. All entries use placeholder version 0.0.0 pending sync from Task 4. Also fixes Pest.php to use Tests\TestCase (loads Boot provider) so database-dependent tests can run migrations via RefreshDatabase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 08:47:07 +00:00
use
Tests\TestCase
;
chore: fix pint code style and add test config Add phpunit.xml and tests/Pest.php for standalone test execution. Apply Laravel Pint formatting fixes across all source files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 03:50:07 +00:00
uses
(
TestCase
::
class
)
->
in
(
'Feature'
,
'Unit'
);
Reference in a new issue
Copy permalink