File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <phpunit colors =" true" >
1+ <phpunit colors =" true"
2+ bootstrap =" tests/_bootstrap.php" >
23 <testsuites >
34 <testsuite name =" Specify" >
45 <directory >tests</directory >
Original file line number Diff line number Diff line change 11<?php
2- require_once __DIR__ .'/../vendor/autoload.php ' ;
32
4- class ConfigTest extends \PHPUnit_Framework_TestCase
3+ class ConfigTest extends \SpecifyUnitTester
54{
65 /**
76 * @var \Codeception\Specify\Config
Original file line number Diff line number Diff line change 11<?php
2- require_once __DIR__ .'/../vendor/autoload.php ' ;
32
4- class ObjectPropertyTest extends \PHPUnit_Framework_TestCase
3+ class ObjectPropertyTest extends \SpecifyUnitTester
54{
65 private $ private = 'private ' ;
76
Original file line number Diff line number Diff line change 11<?php
2- require_once __DIR__ .'/../vendor/autoload.php ' ;
3-
4- class SpecifyTest extends \PHPUnit_Framework_TestCase {
5-
6- use Codeception \Specify;
72
3+ class SpecifyTest extends \SpecifyUnitTester
4+ {
85 protected $ user ;
96 protected $ a ;
107
Original file line number Diff line number Diff line change 1+ <?php
2+ require_once __DIR__ .'/../vendor/autoload.php ' ;
3+ require_once __DIR__ . '/_support/SpecifyUnitTester.php ' ;
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ class SpecifyUnitTester extends \PHPUnit_Framework_TestCase
4+ {
5+ use Codeception \Specify;
6+ }
You can’t perform that action at this time.
0 commit comments