summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/ChecksumsContext.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-21 21:43:10 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-21 21:43:10 +0545
commitcbb735544ae074e720c3416e9c56a940b2a85a7f (patch)
tree6664df2387e6f72c256704f7355b4776d9218f6e /build/integration/features/bootstrap/ChecksumsContext.php
parentd754227b4c5b475b0c8f3fea5f0c010c77cf7218 (diff)
downloadnextcloud-server-cbb735544ae074e720c3416e9c56a940b2a85a7f.tar.gz
nextcloud-server-cbb735544ae074e720c3416e9c56a940b2a85a7f.zip
Use clearer name setUpScenario
Signed-off-by: Phil Davis <phil.davis@inf.org>
Diffstat (limited to 'build/integration/features/bootstrap/ChecksumsContext.php')
-rw-r--r--build/integration/features/bootstrap/ChecksumsContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/ChecksumsContext.php b/build/integration/features/bootstrap/ChecksumsContext.php
index 3d2d9000794..4dd43db852f 100644
--- a/build/integration/features/bootstrap/ChecksumsContext.php
+++ b/build/integration/features/bootstrap/ChecksumsContext.php
@@ -48,7 +48,7 @@ class ChecksumsContext implements \Behat\Behat\Context\Context {
}
/** @BeforeScenario */
- public function tearUpScenario() {
+ public function setUpScenario() {
$this->client = new Client();
}