mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2025-09-18 16:43:09 +02:00
🧪 Add failing tests
* 🚧 Add failing tests Closes #3 * 🧪 Add failing tests Closes #3 * 🧪 Failing tests makes somes rules pop better --------- Co-authored-by: Clement Desmidt <clement@desmidt.fr>
This commit is contained in:
@@ -37,8 +37,8 @@ class CompleteBuilderTest extends TestCase
|
||||
$image->title = 'title of image';
|
||||
$rating = 'yes';
|
||||
$textInput = 'ignore';
|
||||
$skipDays = 'monday';
|
||||
$skipHours = '8';
|
||||
$skipDays = ['monday'];
|
||||
$skipHours = ['8', '9'];
|
||||
|
||||
$srss = SRSS::create();
|
||||
$srss->title = $title;
|
||||
|
Reference in New Issue
Block a user