CodeceptionUtilFixtures

Codeception\Util\Fixtures

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

<?php
Fixtures::add('user1', ['name' => 'davert']);
Fixtures::get('user1');

?>

add()

public static add($name, $data)

See source

cleanup()

public static cleanup()

See source

get()

public static get($name)

See source

© 2011–2017 Michael Bodnarchuk and contributors
Licensed under the MIT License.
http://codeception.com/docs/reference/Fixtures

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部