An animated cheatsheet for smartparens using the example configuration specified here by the smartparens author. Inspired by this tutorial for paredit.
| C-M-f | sp-forward-sexp |
| C-M-b | sp-backward-sexp |
![]() | |
An animated cheatsheet for smartparens using the example configuration specified here by the smartparens author. Inspired by this tutorial for paredit.
| C-M-f | sp-forward-sexp |
| C-M-b | sp-backward-sexp |
![]() | |
| <?php | |
| namespace Reizwerk\TestSuiteBundle\Test; | |
| use Doctrine\ODM\MongoDB\DocumentManager; | |
| use Doctrine\Common\DataFixtures\Executor\MongoDBExecutor; | |
| use Doctrine\Common\DataFixtures\Purger\MongoDBPurger; | |
| use Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader; | |
| use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; | |
| /** |