Skip to content

Commit

Permalink
php#17725 remove unnecessary tests & change test descriptions & move …
Browse files Browse the repository at this point in the history
…tests to folder Zend/tests/type_declarations/variance/override_static_with_self
  • Loading branch information
rekmixa committed Feb 11, 2025
1 parent 573b8de commit 2f4bbcb
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 104 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Overriding another one type in final class with union types
Overriding return type with type that is not in the interface in final class with union types
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Overriding another one type in final class with union types
Overriding static with self and add a type that is not in the interface in final class
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Overriding another one type in final class with union types
Override static with another implementation of interface in final class
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Overriding another one type in final class with union types
Override static with another implementation of interface and add a type that is not in the interface in final class
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Overriding another one type in final class with union types
Override static with class that is even not an implementation of interface in final class
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Overriding another one type in final class with union types
Override static with class that is even not an implementation of interface and add a type that is not in the interface in final class
--FILE--
<?php

Expand Down

0 comments on commit 2f4bbcb

Please sign in to comment.