This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Workflow/Tests
Nicolas Grekas 1938a54e51 minor #32857 [PhpUnitBridge] Fix deprecation assertInternalType - 4.3 (jderusse)
This PR was merged into the 4.3 branch.

Discussion
----------

[PhpUnitBridge] Fix deprecation assertInternalType - 4.3

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #32844
| License       | MIT
| Doc PR        | NA

This PR fixes PhpUnit deprecation :
> assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor your test to use assertIsArray(), assertIsBool(), assertIsFloat(), assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() instead

follow #32846 for 4.3 branch

Commits
-------

aa58789542 Fix assertInternalType deprecation in phpunit 9
2019-08-01 13:48:52 +02:00
..
Dumper Merge branch '3.4' into 4.3 2019-08-01 00:32:32 +02:00
EventListener Merge branch '3.4' into 4.3 2019-08-01 00:32:32 +02:00
fixtures/puml Add missing test for workflow dump description 2019-07-08 07:36:18 +02:00
MarkingStore [Workflow] Deprecate MultipleStateMarkingStore and SingleStateMarkingStore in favor of MethodMarkingStore 2019-03-22 15:53:11 +01:00
Metadata Ensure signatures for setUp|tearDown|setUpAfterClass|tearDownAfterClass methods in tests are compatible with phpunit 8.2 2019-08-01 13:15:50 +02:00
SupportStrategy [Workflow] Introduce a Workflow interface 2017-12-04 16:23:01 +01:00
Validator Added support for many inital places 2019-03-20 20:27:53 +01:00
DefinitionBuilderTest.php [Workflow] Deprecated DefinitionBuilder::setInitialPlace() 2019-06-28 17:00:47 +02:00
DefinitionTest.php Added support for many inital places 2019-03-20 20:27:53 +01:00
MarkingTest.php switched array() to [] 2019-01-16 10:39:14 +01:00
RegistryTest.php Fix assertInternalType deprecation in phpunit 9 2019-08-01 13:36:00 +02:00
StateMachineTest.php Merge branch '4.2' into 4.3 2019-06-13 13:01:17 +02:00
Subject.php [Workflow] The TransitionEvent is able to modify the context 2019-04-06 17:06:08 +02:00
TransitionTest.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
WorkflowBuilderTrait.php Add missing test for workflow dump description 2019-07-08 07:36:18 +02:00
WorkflowTest.php Merge branch '4.2' into 4.3 2019-05-28 10:29:18 +02:00