File tree Expand file tree Collapse file tree
Unit/Expressions/ForClasses Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414use org \bovigo \vfs \vfsStream ;
1515use PHPUnit \Framework \TestCase ;
1616
17- final class AndThatFilterTest extends TestCase
17+ class AndThatFilterTest extends TestCase
1818{
1919 public function test_only_classes_matching_both_namespace_and_naming_are_checked (): void
2020 {
Original file line number Diff line number Diff line change 1212use org \bovigo \vfs \vfsStream ;
1313use PHPUnit \Framework \TestCase ;
1414
15- final class CheckClassHaveAttributeTest extends TestCase
15+ class CheckClassHaveAttributeTest extends TestCase
1616{
1717 public function test_models_should_reside_in_app_model (): void
1818 {
Original file line number Diff line number Diff line change 1212use org \bovigo \vfs \vfsStream ;
1313use PHPUnit \Framework \TestCase ;
1414
15- final class CheckClassHaveTraitTest extends TestCase
15+ class CheckClassHaveTraitTest extends TestCase
1616{
1717 public function test_feature_tests_should_use_database_transactions_trait (): void
1818 {
Original file line number Diff line number Diff line change 1212use org \bovigo \vfs \vfsStream ;
1313use PHPUnit \Framework \TestCase ;
1414
15- final class CheckClassNotHaveAttributeTest extends TestCase
15+ class CheckClassNotHaveAttributeTest extends TestCase
1616{
1717 public function test_controllers_should_not_have_deprecated_attribute (): void
1818 {
Original file line number Diff line number Diff line change 1414use Arkitect \Tests \Unit \Expressions \ForClasses \IsATest \Fruit \FruitInterface ;
1515use PHPUnit \Framework \TestCase ;
1616
17- final class IsATest extends TestCase
17+ class IsATest extends TestCase
1818{
1919 public function test_it_should_have_no_violation_when_it_implements (): void
2020 {
Original file line number Diff line number Diff line change 1414use Arkitect \Tests \Unit \Expressions \ForClasses \IsNotA \Fruit \FruitInterface ;
1515use PHPUnit \Framework \TestCase ;
1616
17- final class IsNotATest extends TestCase
17+ class IsNotATest extends TestCase
1818{
1919 public function test_it_should_have_no_violation_when_it_doesnt_extend (): void
2020 {
You can’t perform that action at this time.
0 commit comments