X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FAnnotation%2FMockFileFinderTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FAnnotation%2FMockFileFinderTest.php;h=697551c33a53230a11cbee18a69b5eb9871af5e0;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php b/web/core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php new file mode 100644 index 000000000..697551c33 --- /dev/null +++ b/web/core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php @@ -0,0 +1,24 @@ +assertEquals('testfilename.txt', $tmp->findFile('n/a')); + $this->assertEquals('testfilename.txt', $tmp->findFile('someclass')); + } + +}