PHP 클래스 Elcodi\Bridge\BehatBridgeBundle\DoctrineContext

상속: extends Elcodi\Bridge\BehatBridgeBundle\Abstracts\AbstractElcodiContext
파일 보기 프로젝트 열기: elcodi/bamboo

보호된 프로퍼티들

프로퍼티 타입 설명
$debug boolean Debug mode

공개 메소드들

메소드 설명
cleanDB ( Behat\Behat\Hook\Scope\AfterScenarioScope $scope )
prepare ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope )
prepareSuite ( Behat\Testwork\Hook\Scope\BeforeSuiteScope $scope ) Prepare suite

비공개 메소드들

메소드 설명
checkDoctrineConnection ( ) Check the doctrine connection
executeCommand ( string $command, array $parameters = [] ) Execute a command
loadCommonFixtures ( ) Load common fixtures
loadLocationFixtures ( ) Load location fixtures

메소드 상세

cleanDB() 공개 메소드

public cleanDB ( Behat\Behat\Hook\Scope\AfterScenarioScope $scope )
$scope Behat\Behat\Hook\Scope\AfterScenarioScope

prepare() 공개 메소드

public prepare ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope )
$scope Behat\Behat\Hook\Scope\BeforeScenarioScope

prepareSuite() 공개 메소드

Prepare suite
public prepareSuite ( Behat\Testwork\Hook\Scope\BeforeSuiteScope $scope )
$scope Behat\Testwork\Hook\Scope\BeforeSuiteScope

프로퍼티 상세

$debug 보호되어 있는 프로퍼티

Debug mode
protected bool $debug
리턴 boolean