You are here

private static function ErrorHandlerTest::triggerNotice in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/debug/Tests/ErrorHandlerTest.php \Symfony\Component\Debug\Tests\ErrorHandlerTest::triggerNotice()
1 call to ErrorHandlerTest::triggerNotice()
ErrorHandlerTest::testNotice in vendor/symfony/debug/Tests/ErrorHandlerTest.php

File

vendor/symfony/debug/Tests/ErrorHandlerTest.php, line 107

Class

ErrorHandlerTest
ErrorHandlerTest.

Namespace

Symfony\Component\Debug\Tests

Code

private static function triggerNotice($that) {

  // dummy variable to check for in error handler.
  $foobar = 123;
  $that
    ->assertSame('', $foo . $foo . $bar);
}