MCPcopy Index your code
hub / github.com/php/frankenphp / TestVersion

Function TestVersion

frankenphp_test.go:659–667  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

657}
658
659func TestVersion(t *testing.T) {
660 v := frankenphp.Version()
661
662 assert.GreaterOrEqual(t, v.MajorVersion, 8)
663 assert.GreaterOrEqual(t, v.MinorVersion, 0)
664 assert.GreaterOrEqual(t, v.ReleaseVersion, 0)
665 assert.GreaterOrEqual(t, v.VersionID, 0)
666 assert.NotEmpty(t, v.Version, 0)
667}
668
669func TestFiberNoCgo_module(t *testing.T) { testFiberNoCgo(t, &testOptions{}) }
670func TestFiberNonCgo_worker(t *testing.T) {

Callers

nothing calls this directly

Calls 1

VersionFunction · 0.92

Tested by

no test coverage detected