Alessandro Minoccheri

Results 54 comments of Alessandro Minoccheri

ok, so I think that use PHPUnit built-in is the best way at the moment to mock dependencies.

@roberto-butti we can try to collect some Symfony examples in this issue. What do you think about starting with a simple Laravel example and after we try to start from...

@roberto-butti can you post here a little example of Laravel action so we can understand in Symfony how can we rewrite that action?

Well in Symfony usually there is a basic step after `composer install`. ``` symfony server:start ``` If the goal is to launch migrations in symfony there are specific libraries like...

@alphadog2015 @hriday2771 you need to launch the script and add arguments as the README said: ``` $ python main.py --lot=2000 TSLA FB AAPL ```

Hi @Wirone thanks for this interesting issue, I have a little question. If you write multiple expectations and a class violates them, Do you expect an error or more errors...

Hi @notcgi can you please fix the CI?

@notcgi when do you think is useful to exclude root classes?

Can you please also update the doc in this PR with this new possible feature please @notcgi ?

Thank you @notcgi