function InspectorTest::testAssertAllStrings
Tests asserting all members are strings.
@covers ::assertAllStrings
@dataProvider providerTestAssertAllStrings
File
-
core/
tests/ Drupal/ Tests/ Component/ Assertion/ InspectorTest.php, line 37
Class
- InspectorTest
- @coversDefaultClass \Drupal\Component\Assertion\Inspector[[api-linebreak]] @group Assertion
Namespace
Drupal\Tests\Component\AssertionCode
public function testAssertAllStrings($input, $expected) {
$this->assertSame($expected, Inspector::assertAllStrings($input));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.