mediatekformation

DependentFixtureInterface

DependentFixtureInterface needs to be implemented by fixtures which depend on other fixtures

Table of Contents

getDependencies()  : mixed
This method must return an array of fixtures classes on which the implementing class depends on

Methods

getDependencies()

This method must return an array of fixtures classes on which the implementing class depends on

public getDependencies() : mixed
Tags
psalm-return

array<class-string<FixtureInterface>>

Return values
mixed

Search results