File tree Expand file tree Collapse file tree
tests/Integration/DataProvider Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414namespace Zenstruck \Foundry \Tests \Integration \DataProvider ;
1515
1616use PHPUnit \Framework \Attributes \DataProvider ;
17+ use PHPUnit \Framework \Attributes \IgnoreDeprecations ;
1718use PHPUnit \Framework \Attributes \RequiresPhpunit ;
1819use PHPUnit \Framework \Attributes \RequiresPhpunitExtension ;
1920use PHPUnit \Framework \Attributes \Test ;
3334 */
3435#[RequiresPhpunit('>=11.4 ' )]
3536#[RequiresPhpunitExtension(FoundryExtension::class)]
37+ #[IgnoreDeprecations]
3638abstract class DataProviderWithProxyFactoryInKernelTestCase extends KernelTestCase
3739{
3840 use Factories;
Original file line number Diff line number Diff line change 1111
1212namespace Zenstruck \Foundry \Tests \Integration \DataProvider ;
1313
14+ use PHPUnit \Framework \Attributes \IgnoreDeprecations ;
1415use PHPUnit \Framework \Attributes \RequiresPhpunit ;
1516use PHPUnit \Framework \Attributes \RequiresPhpunitExtension ;
1617use Zenstruck \Foundry \PHPUnit \FoundryExtension ;
2324 */
2425#[RequiresPhpunit('>=11.4 ' )]
2526#[RequiresPhpunitExtension(FoundryExtension::class)]
27+ #[IgnoreDeprecations]
2628final class GenericDocumentProxyFactoryTest extends DataProviderWithProxyFactoryInKernelTestCase
2729{
2830 use RequiresMongo;
You can’t perform that action at this time.
0 commit comments