Official Laravel source
AttributeIlluminate\Foundation\Testing\Attributes\Seed

#[Seed]

Attribute to configure the seed for tests in the Foundation / Testing group.

Available since

Laravel 13.0

Targets

class

Parameters

Nenhum parâmetro obrigatório ou opcional.

Practical usage

use Illuminate\Foundation\Testing\Attributes\Seed;

#[Seed]
class TestService {
    // Test setup
}