Dave Marshall
Dave Marshall
I like the concept, not sure on the implementation/api though. As I understand, it will only work if the `andDump` is called before the arguments specification etc? ``` php $connection...
PHPUnit has it's own internal way of dealing with this, I'm not sure if it's something we want to try and replicate, would probably require tying ourself in knots trying...
Weird one, I don't think you've misunderstood anything. Simple test case: ```php
> As of PHP 8.0.0, the func_*() family of functions is intended to be mostly transparent with regard to named arguments, by treating the arguments as if they were all...
I started out with a config file, but found it too inflexible. I like having the bootstrap as the main entry point, perhaps we could make the bootstrap an executable...
But do your projects have a config file? If so, wouldn't it be kind of pointless to have a phpmig config file, that calls your bootstrap, that calls your config...
Hi there It's definitely something you could do, but for such as small library I don't think it's worth it.
Not sure, it just seems so small to bother splitting up. Will go with whatever people want, :+1: or :-1: reactions on this comment.
I'm sorry, I've been a little blind to github notifications recently.
Do you mean change the order with regards to the name of the files, so that when they're run somewhere else they will be in a particular order? So this:...