deuill / go-php

PHP bindings for the Go programming language (Golang)
MIT License
930 stars 105 forks source link

Add seperate tests for `engine` package #14

Closed deuill closed 8 years ago

deuill commented 8 years ago

This removes the unified test-suite (located in the php_test.go file) and separates tests into package-specific files. Since tests now happen internally, it is possible to track test coverage (currently at around 90%), and will help improving the library against corner cases.