Damian Dziaduch
Damian Dziaduch
By XDomainRequest. Small changes in code.
Hi @mariuszgil, @pilloPl. Thanks for this great repository! First of all, I am not a big expert of DDD. But, your Policies are doing one thing, they are just checking...
Hi. I've a test: ``` php public function testSomething() { $this->specify( 'expect output', function () { $this->expectOutputString('lorem ipsum'); (new TestedClass)->doSomething(); } ); $this->specify( 'expect another output', function () { $this->expectOutputString('lorem...
Hey there! Not sure what is the current status of support for PHP 8.3 but Deptrac does not support the typed constants: Is there any milestone/roadmap for PHP 8.3?