file-fetcher
All Classes Namespaces Files Functions Variables Pages
Static Public Member Functions | List of all members
PHPUnit\Util\Filesystem Class Reference

Static Public Member Functions

static classNameToFilename (string $className)
 
static createDirectory (string $directory)
 

Member Function Documentation

◆ classNameToFilename()

static PHPUnit\Util\Filesystem::classNameToFilename ( string  $className)
static

Maps class names to source file names:

  • PEAR CS: Foo_Bar_Baz -> Foo/Bar/Baz.php
  • Namespace: Foo\Bar\Baz -> Foo/Bar/Baz.php

◆ createDirectory()

static PHPUnit\Util\Filesystem::createDirectory ( string  $directory)
static

The documentation for this class was generated from the following file: