new API endpoint to save invoice meta-fields (#5916)
This commit is contained in:
@@ -32,6 +32,12 @@ trait KernelTestTrait
|
||||
return $em;
|
||||
}
|
||||
|
||||
/**
|
||||
* @template TEntity
|
||||
* @param TestFixture<TEntity> $fixture
|
||||
* @return non-empty-array<TEntity>
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function importFixture(TestFixture $fixture): array
|
||||
{
|
||||
return $fixture->load($this->getEntityManager());
|
||||
|
||||
Reference in New Issue
Block a user