Update PHPUnit test metadata attributes
API CI/CD / Validate (composer + pint) (push) Successful in 2m46s
API CI/CD / Test (PHPUnit) (push) Failing after 3m3s
API CI/CD / Build frontend assets (push) Failing after 5m22s
API CI/CD / Security audit (push) Failing after 34s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped
API CI/CD / Validate (composer + pint) (push) Successful in 2m46s
API CI/CD / Test (PHPUnit) (push) Failing after 3m3s
API CI/CD / Build frontend assets (push) Failing after 5m22s
API CI/CD / Security audit (push) Failing after 34s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
namespace Tests\Feature\Api\V1\FullSurface;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Test;
|
||||
use Tests\Feature\Api\V1\FullSurface\Support\FullSurfaceE2EContractCase;
|
||||
|
||||
class ApiModelLifecycleInvariantExpansionTest extends FullSurfaceE2EContractCase
|
||||
{
|
||||
/** @test */
|
||||
#[Test]
|
||||
public function create_update_show_index_lifecycle_routes_remain_controlled_for_core_resources(): void
|
||||
{
|
||||
$resourceFamilies = ['users', 'students', 'classes', 'parents', 'inventory', 'suppliers', 'invoices', 'payments', 'messages'];
|
||||
@@ -25,7 +26,7 @@ class ApiModelLifecycleInvariantExpansionTest extends FullSurfaceE2EContractCase
|
||||
}
|
||||
}
|
||||
|
||||
/** @test */
|
||||
#[Test]
|
||||
public function identity_fields_are_not_overwritten_by_update_payloads(): void
|
||||
{
|
||||
$routes = array_slice(array_filter($this->apiRoutes(), function ($route): bool {
|
||||
|
||||
Reference in New Issue
Block a user