Marek Štípek

Results 13 issues of Marek Štípek

`inArray` is an alias for `choice`. It passes `true` as third argument of `in_array`. On the other hand, `notInArray` does not use the third argument when calling `in_array` (=`false`). Is...

Hello. I'd like to have my PHPUnit `protected function setUp` method placed before public test methods. But it looks like it is not possible to configure something like an exception...

Enhancement

| Q | A | --------------------| --------------- | PHPUnit version | 9.5.10 | PHP version | 7.4.19 | Installation Method | Composer #### Summary When a method on proxy calls...

type/bug
feature/test-doubles

Hello. I'm converting an image and although it is properly converted the script crashes PHP without any error message when PHP shuts down. It seems it crashes only for some...

We'd like to be able to log all errors in development mode so they are both displayed in the bar but also logged using (our instance of) `ILogger`. This would...

Updating variable in parent scope (when the `scope=parent` is explicitly used on a tag like `assign`) now bubbles up (to the including template) even when the included template is part...

I'd like to update Smarty in a big legacy project with code like this. It is just a simplfied example which stopped working in `v3.1.28`. More precisely the last commit...

EmailConfirmationListener listens to REGISTRATION_SUCCESS event. I think it's wrong because this event is dispatched before the user is saved in the DB. Isn't it better to listen to REGISTRATION_COMPLETED event...

Looks like there is no easy/clean way for overriding behavior when confirmation token is not found. I'd like to display a flash message instead of displaying a generic 404 page....

The library is quite cool. Thanks. Have you been thinking of a feature that would ease AST traversal? Perhaps something like https://www.doctrine-project.org/projects/doctrine-orm/en/2.13/cookbook/dql-custom-walkers.html or even something better :-P Things like collecting...

feature request