Issue503Test.php

File

drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/503/Issue503Test.php
View source
<?php

class Issue503Test extends PHPUnit_Framework_TestCase {
  public function testCompareDifferentLineEndings() {
    $this
      ->assertSame("foo\n", "foo\r\n");
  }

}

Classes

Namesort descending Description
Issue503Test