Simon

Results 5 issues of Simon

Current implementation doesn't work

In 2.0, `assertPersisted()` and `assertNotPersisted()` were removed without replacement. These methods was really useful. Is it possible to re-add them ?

Hello there, I'm upgrading a project from 1.38 to 2.0. With the Rector rule, the upgrade is really smooth, thanks @nikophil ! I just have a minor issue, in one...

With 2.0, I don't have autocompletion for Proxy methods (_real, etc ...) on proxied objects. Using this Phpdoc : ``` /** * @extends PersistentProxyObjectFactory */ ```

**Scenario** - Enable CSRF in Symfony - Without being logged in, browse a page with a Symfony form - Fill the form then submit it - Go to /login, login...