1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-21 08:41:22 +02:00
Files
php-cimage/features/dummy.feature
Mikael Roos 547259cd11 intermediate
2016-07-10 18:18:17 +02:00

9 lines
251 B
Gherkin

Feature: dummy
Display an dummy image without using an existing image on file.
Scenario: Set source to be dummy
Given Set src "dummy"
When Get image
Then Returns status code "200"
And Compares to image "dummy"