Mariusz Kozłowski

Results 4 issues of Mariusz Kozłowski

In template we have: `use PHPUnit_Framework_MockObject_MockObject as MockObject;` For PHPUnit 7.5.11 Class PHPUnit_Framework_MockObject_MockObject is deprecated You can use: PHPUnit\Framework\MockObject\MockObject

enhancement
good first issue

For file `Name3.php` We get: `NameTest3.php` should: `Name3Test.php` And: For file `B24Name.php` We get: `BTest24Name.php` should: `B24NameTest.php`

Hello, In my Sentry I found such an error: Uncaught Error: Call to a member function getPid() on null from: Elements\Bundle\ProcessManagerBundle\Model\MonitoringItem::isAlive code: ``` public function isAlive(): bool { if ($this->isMessengerPending())...

Community Support welcome

My code: ``` return $folder->query()->all()->limit(1)->get()->last(); ``` I am currently processing emails from a mailbox with about 9 thousand messages. Connection via oAuth, The above code executes in about 1.6 seconds....