Alec Smrekar

Results 5 issues of Alec Smrekar

This covers issue #77 which is also the cause for PHPUnit Issues [#4455](https://github.com/sebastianbergmann/phpunit/issues/4455). The first change is in "src/ArrayComparator.php" where we first detect if the expected array has any non-integer...

Linked to issue: #4051 I first test if the method checks the existence of both the expected and actual files. I then test if the method correctly asserts that the...

type/tests

In AssertTest.php I have added a function that tests assertStringNotEqualsFileCanonicalizing() by comparing the contents of a test xml file with some test strings.

type/tests

https://github.com/tag1consulting/goose/issues/526 This is a relatively simple change that prevents the chart from rendering 0 values. The base change is in `TimeSeriesValue`, where `get_graph_value` is converted to detect zeros, if it...

https://github.com/tag1consulting/goose/issues/222 This is an attempt at giving the user the option to name a transaction without that name affecting the name of the requests inside of it. At the core...