Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 603 Bytes

UPGRADE-3.0.md

File metadata and controls

13 lines (10 loc) · 603 Bytes

UPGRADE FROM 2.x to 3.0

  • All classes have moved to Sanpi\Behatch namespace to Behatch.

  • The contexts aliases start with behatch:context: instead of behatch: prefix.

  • Fixed miss spelling methods:

    • JsonContext::theJsonNodesShoudBeEqualTo => JsonContext::theJsonNodesShouldBeEqualTo
    • JsonContext::theJsonNodesShoudContain => JsonContext::theJsonNodesShouldContain
    • JsonContext::theJsonNodesShoudNotContain => JsonContext::theJsonNodesShouldNotContain
    • SystemContext::ouputShouldNotContain => SystemContext::outputShouldNotContain