$this dontSeeInField(string $selector, string $value) Assert that an input
$this seeLink(string $text, string|null $url = null, bool $negate = false)
$this put(string $uri, array $data = array(), array $headers = array()) Visit
$this patch(string $uri, array $data = array(), array $headers = array())
$this delete(string $uri, array $data = array(), array $headers = array())
$this seeJsonStructure(array $structure = null, array|null $responseData = null)
$this putJson(string $uri, array $data = array(), array $headers = array())
$this see(string $text, bool $negate = false) Assert that a given string
$this assertViewHasAll(array $bindings) Assert that the view has a given
$this seeText(string $text, bool $negate = false) Assert that a given string
Page 4 of 10