O
==== github.com/progorker =_============ _ __ _ _ ___ __ _ ___ _ _| |_____ _ _ | '_ \ '_/ _ \/ _` / _ \ '_| / / -_) '_| | .__/_| \___/\__, \___/_| |_\_\___|_| =|_|===========|___/====================== API References of phpTestor ----- oOo ----- [procedure] api_testor_clean ========================================== -------|__/------------------------- SYNTAX ------------------------------------ function \phptestor\api_testor_clean( $p_token, $p_id ) { } -------|__/------------------------- USAGE ------------------------------------ $) $token = '_'; $username = 'mytestor'; $password = 'rzutomqahegpnyx'; \phptestor\api_testor_login( $token, $username, $password ); echo "\n", "Token: ", $token, "\n"; ---------------------------- Token: 8fabd4390c18176b3156280fd6d1d2f9 ---------------------------- $) $suite_id = -1; $suite_code = 'phpTestorTrial'; \phptestor\api_testor_suite( $token, $suite_id, $suite_code ); echo "\n", "Suite ID: ", $suite_id, "\n"; ---------------------------- Suite ID: 1 ---------------------------- $) \phptestor\api_testor_clean( $token, $suite_id );