Method | Description | |
---|---|---|
amAdmin ( array $attributes = null ) : integer | Creates an admin user and return it id | |
amRegularUser ( array $attributes = null ) : integer | Creates a random user and return it id | |
haveCategory ( array $attributes = null ) : integer | Creates a random category and return its id | |
havePost ( array $attributes = null ) : integer | Creates a random post and return its id | |
havePostHistory ( array $attributes = null ) : integer | Creates a random post history and return its id | |
haveReply ( array $attributes = null ) : integer | Creates a random post reply and return its id |
public amRegularUser ( array $attributes = null ) : integer | ||
$attributes | array | Model attributes [Optional] |
return | integer |
public haveCategory ( array $attributes = null ) : integer | ||
$attributes | array | Model attributes [Optional] |
return | integer |
public havePostHistory ( array $attributes = null ) : integer | ||
$attributes | array | Model attributes [Optional] |
return | integer |