- Replace all of the
use PHPKitchen\CodeSpecsCore\Contract\TestGuy;occurrences touse PHPKitchen\CodeSpecs\Contract\TestGuy; - In case you used some of core files, replace all of the
use PHPKitchen\CodeSpecsCoreoccurrences touse PHPKitchen\CodeSpecs
- Replace all of the
DeKey\Testeroccurrences toPHPKitchen\CodeSpecs - Change
PHPKitchen\CodeSpecs\TesterInitializationtoPHPKitchen\CodeSpecs\Mixin\TesterInitializationin all classes if you use mixin to get tester. - Change base class
PHPKitchen\CodeSpecs\Specification\Specificationto\PHPKitchen\CodeSpecs\Base\Specificationin all of the tests if you extend your tests from base specification class. - Replace all of the
seeoccurrences tosee - Replace all of the
seeBooleanoccurrences toseeBool - Replace all of the
seeValueOfoccurrences tosee - In case you passed variable name as a first argument to
see*expectations, move variable name to a new methodlookAt