function baz in Zircon Profile 8
Same name in this branch
Same name and namespace in other branches
199 string references to 'baz'
- AggregateExceptionTest::testHasReason in vendor/
guzzlehttp/ promises/ tests/ AggregateExceptionTest.php - AppendStreamTest::testCanReadFromMultipleStreams in vendor/
guzzlehttp/ psr7/ tests/ AppendStreamTest.php - AppendStreamTest::testSeeksToPositionByReading in vendor/
guzzlehttp/ psr7/ tests/ AppendStreamTest.php - ArgumentsResolverTest::providerTestGetArgument in core/
tests/ Drupal/ Tests/ Component/ Utility/ ArgumentsResolverTest.php - Provides test data to testGetArgument().
- ArgumentsResolverTest::testHandleNotUpcastedArgument in core/
tests/ Drupal/ Tests/ Component/ Utility/ ArgumentsResolverTest.php - Tests handleUnresolvedArgument() for a scalar argument.
File
- vendor/
phpunit/ php-code-coverage/ tests/ _files/ source_with_ignore.php, line 28
Code
function baz() {
print '*';
// @codeCoverageIgnore
}