Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.17 KB

File metadata and controls

50 lines (26 loc) · 1.17 KB
layout doc
title Fixtures - 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'); Fixtures::exists('user1'); ?>

{% endhighlight %}

add()

public static add($name, $data)

See source

cleanup()

public static cleanup($name = null)

See source

exists()

public static exists($name)

See source

get()

public static get($name)

See source

 

Reference is taken from the source code. Help us to improve documentation. Edit module reference