PHP Classes

File: job_error_test.go

Recommend this page to a friend!
  Classes of Wolfy-J   roadrunner   job_error_test.go   Download  
File: job_error_test.go
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: roadrunner
Run multiple tasks of PHP in parallel using Golang
Author: By
Last change:
Date: 6 years ago
Size: 193 bytes
 

Contents

Class file image Download
package roadrunner import ( "github.com/stretchr/testify/assert" "testing" ) func Test_JobError_Error(t *testing.T) { e := JobError([]byte("error")) assert.Equal(t, "error", e.Error()) }