Пример #1
0
 public function testNoRecursivePathItemByExpression()
 {
     $aConfigPaths = ResourceFinder::findAllResourcesByExpressions(array(DIRNAME_WEB, 'css', array(null), '/^.+\\.custom\\.css$/'), ResourceFinder::SEARCH_BASE_ONLY);
     $this->assertSame(array(), $aConfigPaths);
 }