Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

48 lines (40 loc) · 1.18 KB

Change Log

[1.1.0] - 2020-09-09

[1.0.0] - 2019-05-15

Added

  • 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()

[0.3.0] - 2018-06-13

Added

  • Demo screenshots
  • Incomplete and Skipped snippets, trigger started with mark:
  • Exception snippets, trigger started with exp:

Changed

  • Test function format

[0.2.0] - 2018-06-13

Changed

  • Code completion trigger started with pu:

[0.1.0] - 2018-06-05

Added

  • Snippet trigger documentation

[0.0.1] - 2018-06-04

  • Initial release