File tree Expand file tree Collapse file tree 10 files changed +80
-0
lines changed
tests/end-to-end/execution-order/fixture
test-classes-with-defects
test-classes-with-different-sizes
test-methods-with-defects
test-methods-with-dependencies
test-methods-with-different-sizes Expand file tree Collapse file tree 10 files changed +80
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder \Defects ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder \Defects ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder \DifferentSizes ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder \DifferentSizes ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder \DifferentSizes ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder \Defects ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder \Dependencies ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
+ /*
3
+ * This file is part of PHPUnit.
4
+ *
5
+ * (c) Sebastian Bergmann <sebastian@phpunit.de>
6
+ *
7
+ * For the full copyright and license information, please view the LICENSE
8
+ * file that was distributed with this source code.
9
+ */
2
10
namespace PHPUnit \TestFixture \ExecutionOrder \DifferentSizes ;
3
11
4
12
use PHPUnit \Framework \Attributes \CoversNothing ;
You can’t perform that action at this time.
0 commit comments