Skip to content

Commit 36adec1

Browse files
committed
Adjusting Session To Use Session Manager - CS Fixes
1 parent 2d24713 commit 36adec1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/_support/AcceptanceTester.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
/**
55
* Inherited Methods
6+
*
67
* @method void wantToTest($text)
78
* @method void wantTo($text)
89
* @method void execute($callable)

tests/_support/FunctionalTester.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
/**
55
* Inherited Methods
6+
*
67
* @method void wantToTest($text)
78
* @method void wantTo($text)
89
* @method void execute($callable)

tests/_support/UnitTester.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
/**
55
* Inherited Methods
6+
*
67
* @method void wantToTest($text)
78
* @method void wantTo($text)
89
* @method void execute($callable)

0 commit comments

Comments
 (0)