protected function PHP_Token_IncludeTest::setUp

Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

Overrides PHPUnit_Framework_TestCase::setUp

File

drupal/core/vendor/phpunit/php-token-stream/Tests/Token/IncludeTest.php, line 72

Class

PHP_Token_IncludeTest
Tests for the PHP_Token_REQUIRE_ONCE, PHP_Token_REQUIRE PHP_Token_INCLUDE_ONCE and PHP_Token_INCLUDE_ONCE classes.

Code

protected function setUp() {
  $this->ts = new PHP_Token_Stream(TEST_FILES_PATH . 'source3.php');
}