Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Alex
BehatLauncher
Behat
Project
createRun
Alex\BehatLauncher\Behat\Project::createRun PHP Method
Project Class Documentation
Mostra file
Open project: alexandresalome/behat-launcher
createRun()
public
method
Creates a run for the project.
public
createRun
( ) :
Run
return
Run
public function createRun() { $run = new Run(); $run->setProjectName($this->name); return $run; }
Project
__construct
addFormat
addProperty
createProperty
createRun
getBehatBin
getConfig
getFeatures
getFeaturesPath
getFormats
getName
getPath
getProperties
getRunnerCount
normalize
setBehatBin
setFeaturesPath
setFormats
setName
setPath
setProperties
setRunnerCount