Live and recent posts from across the Fediverse tagged #phpspec, aggregated by home.social.
#phpspec
I've just recently found out that #PHPSpec does *not* have an 8.4 compatible release yet.
Guess I'll be rewriting my test suite in #PHPUnit then.
#PHP #PHP84
#PHPSpec doesn't have a homepage anymore? 🤔
Result: Highly complicated diff of two arrays of the same size of a failed #phpspec test.
Reality: Just one value in that array is wrong.
😞
I rarely have to test an iterator in #PHPSpec and I always have to look it up:
$this->shouldIterateAs($iterable);