feed webhook

This commit is contained in:
aynsix
2019-09-20 18:04:05 +04:00
parent 5d8132b08d
commit c2524e50dc
4 changed files with 13 additions and 9 deletions

View File

@@ -59,6 +59,6 @@ class FeedEntryProcessorTest extends \PhraseanetTestCase
self::$DI['app']['repo.feed-entries'],
self::$DI['app']['phraseanet.user-query']
);
$this->assertEquals($processor->process($event), null);
$this->assertInternalType(\PHPUnit_Framework_Constraint_IsType::TYPE_ARRAY, $processor->process($event));
}
}