Skip to content

Latest commit

 

History

History
64 lines (32 loc) · 1.76 KB

rulesSecondRun.md

File metadata and controls

64 lines (32 loc) · 1.76 KB

8 Rules Overview

AddReturnWhenMethodPrivateWithGet

Add return statement if method is sending a request


RefactorApiTesterToTestCase


RefactorClassToPhpUnitTestCase

Correct test class from Codeception


RemoveApiTesterParams

Changes Api tester params to be of TestCase


RenameAfterMethod

Renames codeceptions before method to Laravel Feature tests teardown method


RenameBeforeMethod

Rename Codeception before method


ReplaceApiTesterObject

Replaces property fetch from I to testCase


ReplaceOutgoingRequestsWithOutgoingRequest

Replace outgoingRequests with outgoingRequest when possible