PHP Class Autarky\Testing\WebTestCase

Inheritance: extends TestCase
Afficher le fichier Open project: autarky/framework

Protected Properties

Свойство Type Description
$client Symfony\Component\HttpKernel\Client The browserkit client instance.

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )

Méthodes protégées

Méthode Description
createClient ( ) : Client Create a httpkernel\browserkit client.

Method Details

createClient() protected méthode

Override this method if you want to provide custom parameters to the client like fake $_SERVER data, browser history or cookies.
protected createClient ( ) : Client
Résultat Symfony\Component\HttpKernel\Client

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

Property Details

$client protected_oe property

The browserkit client instance.
protected Client,Symfony\Component\HttpKernel $client
Résultat Symfony\Component\HttpKernel\Client