From a5ea57f20c1beb80f327fea5233605400462156c Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 22 Apr 2021 23:15:22 +0200 Subject: Concert::create return NULL if concert already exist. We probably need some better error handling here. There's a myriad of reasons why this call could fail, and we might need to communicate the failure reason somewhere. --- tests/ConcertTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ConcertTest.php b/tests/ConcertTest.php index 19267ee..82bdc9a 100644 --- a/tests/ConcertTest.php +++ b/tests/ConcertTest.php @@ -44,6 +44,6 @@ final class ConcertTest extends WP_UnitTestCase "https://example.com/tickets/42", "https://example.com/events/93"); - $this->assertEquals("dup", $new); + $this->assertNull($new); } } -- cgit v1.2.3