Skip to content

Commit

Permalink
DNM: Add intentionally failing smoke test
Browse files Browse the repository at this point in the history
This tests our new CI.
  • Loading branch information
notartom committed Feb 11, 2024
1 parent f7368a8 commit 182bb50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions application/tests/controllers/Smoke_test.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
i<?php

class Smoke_test extends TestCase
{
public function test_smoke() {
$this->assertEquals(42, 31337);
}
}

?>

0 comments on commit 182bb50

Please sign in to comment.