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 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder \Defects ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder \Defects ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder \DifferentSizes ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder \DifferentSizes ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder \DifferentSizes ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder \Defects ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder \Dependencies ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
Original file line number Diff line number Diff line change 11<?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+ */
210namespace PHPUnit \TestFixture \ExecutionOrder \DifferentSizes ;
311
412use PHPUnit \Framework \Attributes \CoversNothing ;
You can’t perform that action at this time.
0 commit comments