Aleksei Lebedev

Results 89 comments of Aleksei Lebedev

> The one thing that I have always disliked about DbUnit is that it does not have the ability to suspend foreign key checks when importing data. Code for the...

> two hundred lines of code This is good if you want to test several objects, but when you want to test several tables (probably this is more functional testing...

Seems this is the same case? https://phpstan.org/r/053c6b5b-cdc4-4cb5-8ff6-d5869f10e5a1

> -p angular AFAIK, "feat!" is not a breaking change for this preset. Probably you should use something [like this](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#angular-convention) ``` erf(pencil): remove graphiteWidth option BREAKING CHANGE: The graphiteWidth option...

phpstan with `checkGenericClassInNonGenericObjectType: true` wants > * @property-read \Illuminate\Database\Eloquent\Collection $regularHasMany

`root()` is the state for laravel factory, inside the factory Laravel doing `$state->bindTo($this)` and for this reason, `static` cannot be used (or you will get "ErrorException : Cannot bind an...

`ref` doesn't work for me :( ![image](https://user-images.githubusercontent.com/1329824/183241436-050d610f-7976-4b62-ad71-eaaa05991819.png) ![image](https://user-images.githubusercontent.com/1329824/183241259-c2d7e1d4-f6da-4698-b0f0-4ce94ef7e9d6.png)

> This PR seems to be solving more unrelated problems – directive printing and long lines/args/lists printing. Nope, it is a free bonus 😁 But you are welcome to split...

PR is outdated and I have no time to update it. If someone need directives maybe you can try to use (much much more customizable) [`SchemaPrinter`](https://github.com/LastDragon-ru/lara-asp/tree/master/packages/graphql#schemaprinter--testing-assertions) from `lara-asp` package.