function InspectorTest::testAssertAllStrings
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php \Drupal\Tests\Component\Assertion\InspectorTest::testAssertAllStrings()
- 10 core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php \Drupal\Tests\Component\Assertion\InspectorTest::testAssertAllStrings()
- 9 core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php \Drupal\Tests\Component\Assertion\InspectorTest::testAssertAllStrings()
- 8.9.x core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php \Drupal\Tests\Component\Assertion\InspectorTest::testAssertAllStrings()
Tests asserting all members are strings.
Attributes
#[DataProvider('providerTestAssertAllStrings')]
File
-
core/
tests/ Drupal/ Tests/ Component/ Assertion/ InspectorTest.php, line 23
Class
Namespace
Drupal\Tests\Component\AssertionCode
public function testAssertAllStrings($input, $expected) : void {
$this->assertSame($expected, Inspector::assertAllStrings($input));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.