We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616dabd commit dda13cdCopy full SHA for dda13cd
tests/StackTest.php
@@ -61,6 +61,7 @@ public function test_video()
61
{
62
$client = new SightengineClient('1234', 'test');
63
$output = $client->check(['nudity','wad','properties','type','faces', 'celebrities'])->video('https://sightengine.com/assets/stream/examples/funfair.mp4','http://requestb.in/1nm1vw11');
64
+
65
$this->assertEquals('success', $output->status);
66
}
67
0 commit comments