laravel-audit

Audit
in package

Contains the logic to execute the tests.

Table of Contents

Methods

run()  : Collection<string|int, CheckResult>
Executes the checks in the `audit.checks` config array and stores the results into a collection.

Methods

run()

Executes the checks in the `audit.checks` config array and stores the results into a collection.

public run() : Collection<string|int, CheckResult>
Return values
Collection<string|int, CheckResult>

results of all executed tests


        
On this page

Search results