Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 721 Bytes

File metadata and controls

35 lines (18 loc) · 721 Bytes
layout doc
title Codeception - Documentation

Codeception\Util\Fixtures

Really basic class to store data in global array and use it in Cests/Tests.

{% highlight php %}

'davert']); Fixtures::get('user1'); ?>

{% endhighlight %}

public static add($name, $data)

See source

public static cleanup()

See source

public static get($name)

See source