Skip to content

Commit cc4ec20

Browse files
committed
Parsing time primitives
1 parent 313369a commit cc4ec20

2 files changed

Lines changed: 25 additions & 17 deletions

File tree

composer.lock

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/src/Bdd/Read/Kml/ParserKmlContext.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ public function theNetworklinkcontrolShouldContainACameraWithATimeprimitivePrope
7777
$this->target = $abstractView->getTimePrimitive();
7878
}
7979

80+
/**
81+
* @Then the TimeSpan/TimeStamp object should contain the following properties:
82+
*/
83+
public function theTimespanTimeStampObjectShouldContainTheFollowingProperties(TableNode $table) {
84+
85+
}
86+
8087
/**
8188
* @Then the feature should contain a LookAt object with the the following properties:
8289
*/

0 commit comments

Comments
 (0)