diff --git a/index.html b/index.html index 509da8122e873e67db399ca219c7a504721eb7a3..206c378f21baaface25f4107ee01b807f44e8339 100644 --- a/index.html +++ b/index.html @@ -1 +1,5 @@ -

Meine schöne App

\ No newline at end of file +

Meine schöne App

+ +

+ Mit neuem Feature +

\ No newline at end of file diff --git a/src/AppConfiguration.php b/src/AppConfiguration.php index 5c4620f5309933066fc76a4ec3496dff212088f7..2ef37a13652fdd08b9fa3f26885122b68eb2ed92 100644 --- a/src/AppConfiguration.php +++ b/src/AppConfiguration.php @@ -15,5 +15,15 @@ class AppConfiguration { public function printConfiguration() { print_r($this->configuration); + + if (1 == 0) { + $this->recalculateTestCoverage(); + } + } + + public function recalculateTestCoverage() { + $uniqid = uniqid(); + $uniqid = md5($uniqid); + return $uniqid; } } \ No newline at end of file