- Sep 20, 2021
-
-
Stein Magne Bjorklund authored
CI now run unit tests. This should make failing tests pass.
-
- Sep 15, 2021
-
-
Stein Magne Bjorklund authored
- Always called utilities. We need to make sure they work as expected. Introduce PHPUnit tests. - Due to the use of gobals inside the static methods they become untestable. Remove use of global but that also forces a change if method signature.
-
Stein Magne Bjorklund authored
- Makes assertions tests faster and easier to read.
-
Stein Magne Bjorklund authored
- Always run and should be fast. - Introduce tests to make sure I actually work. - Stop method from using global states to make it testable and safe.
-