Méthode | Description | |
---|---|---|
__construct ( $parameters ) | ||
assertBundlePage ( $ownerName, $name ) | ||
assertPageContainsTextsInOrder ( Behat\Gherkin\Node\TableNode $table ) | Checks, that page contains specified texts in order. | |
assertResponseShouldContainJson ( Behat\Gherkin\Node\PyStringNode $jsonString ) | ||
assertThereIsBundleRowWithFollowingTexts ( Behat\Gherkin\Node\TableNode $table ) | ||
assertThereIsElementContainingTexts ( $element, Behat\Gherkin\Node\TableNode $table ) | ||
iAmAtHomepage ( ) | ||
iAmLoggedInAs ( $username ) | ||
iSendARequest ( $url ) | ||
iShouldNotSeeRecommendButton ( ) | ||
iShouldSeeAtomEntry ( $entryId ) | ||
iShouldSeeOwner ( $ownerName ) | ||
iShouldSeeRecommendButton ( ) | ||
iShouldSeeThatIsManagedByDeveloper ( $bundleName ) | ||
organizationHasFollowingMembers ( $orgName, Behat\Gherkin\Node\TableNode $table ) | ||
printLastResponseOnError ( Behat\Behat\Event\ScenarioEvent $scenarioEvent ) | ||
responseIsSuccessful ( ) | ||
searchFor ( $text ) | ||
setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel ) | Sets Kernel instance. | |
theBundlesHaveFollowingKeywords ( Behat\Gherkin\Node\TableNode $table ) | ||
theSiteHasFollowingBundles ( Behat\Gherkin\Node\TableNode $table ) | ||
theSiteHasFollowingOrganizations ( Behat\Gherkin\Node\TableNode $table ) | ||
theSiteHasFollowingUsers ( Behat\Gherkin\Node\TableNode $table ) |
Méthode | Description | |
---|---|---|
getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface | gets container from kernel | |
getEntityManager ( ) : |
Returns entity manager | |
getRouter ( ) : |
Returns router service | |
replacePlaceHolder ( string $string ) : string | ||
setPlaceHolder ( string $key, string $value ) |
Méthode | Description | |
---|---|---|
recursiveArrayKeysCheck ( array $array1, array $array2 ) | ||
setPrivateProperty ( mixed $object, string $propertyName, mixed $value ) : null |
public assertPageContainsTextsInOrder ( Behat\Gherkin\Node\TableNode $table ) | ||
$table | Behat\Gherkin\Node\TableNode |
public assertResponseShouldContainJson ( Behat\Gherkin\Node\PyStringNode $jsonString ) | ||
$jsonString | Behat\Gherkin\Node\PyStringNode |
public assertThereIsBundleRowWithFollowingTexts ( Behat\Gherkin\Node\TableNode $table ) | ||
$table | Behat\Gherkin\Node\TableNode |
public assertThereIsElementContainingTexts ( $element, Behat\Gherkin\Node\TableNode $table ) | ||
$table | Behat\Gherkin\Node\TableNode |
protected getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface | ||
Résultat | Symfony\Component\DependencyInjection\ContainerInterface |
protected getEntityManager ( ) : |
||
Résultat |
protected getRouter ( ) : |
||
Résultat |
public iShouldSeeThatIsManagedByDeveloper ( $bundleName ) |
public organizationHasFollowingMembers ( $orgName, Behat\Gherkin\Node\TableNode $table ) | ||
$table | Behat\Gherkin\Node\TableNode |
public printLastResponseOnError ( Behat\Behat\Event\ScenarioEvent $scenarioEvent ) | ||
$scenarioEvent | Behat\Behat\Event\ScenarioEvent |
protected replacePlaceHolder ( string $string ) : string | ||
$string | string | |
Résultat | string |
public setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel ) | ||
$kernel | Symfony\Component\HttpKernel\KernelInterface | HttpKernel instance |
protected setPlaceHolder ( string $key, string $value ) | ||
$key | string | |
$value | string |
public theBundlesHaveFollowingKeywords ( Behat\Gherkin\Node\TableNode $table ) | ||
$table | Behat\Gherkin\Node\TableNode |
public theSiteHasFollowingBundles ( Behat\Gherkin\Node\TableNode $table ) | ||
$table | Behat\Gherkin\Node\TableNode |
public theSiteHasFollowingOrganizations ( Behat\Gherkin\Node\TableNode $table ) | ||
$table | Behat\Gherkin\Node\TableNode |
public theSiteHasFollowingUsers ( Behat\Gherkin\Node\TableNode $table ) | ||
$table | Behat\Gherkin\Node\TableNode |