- Update
pu:setUp
snippet (@IpelaTech - PR #1) - Update snippets
- Update fixtures and assertions snippets to PHPUnit 8
- Fixtures
- assertPreConditions(): void
- assertPostConditions(): void
- setUpBeforeClass(): void
- tearDownAfterClass(): void
- onNotSuccessfulTest(): void
- Assertions
- assertIsArray()
- assertIsBool()
- assertIsCallable()
- assertIsFloat()
- assertIsInt()
- assertIsIterable()
- assertIsNumeric()
- assertIsObject()
- assertIsResource()
- assertIsScalar()
- assertIsString()
- Fixtures
- Demo screenshots
- Incomplete and Skipped snippets, trigger started with
mark:
- Exception snippets, trigger started with
exp:
- Test function format
- Code completion trigger started with
pu:
- Snippet trigger documentation
- Initial release