(t *testing.T)
| 473 | } |
| 474 | |
| 475 | func TestAutoloader_module(t *testing.T) { testAutoloader(t, nil) } |
| 476 | func TestAutoloader_worker(t *testing.T) { |
| 477 | testAutoloader(t, &testOptions{workerScript: "autoloader.php"}) |
| 478 | } |
nothing calls this directly
no test coverage detected