assertEquals( false, Util::isType('hello', 'type') ); } /** * Pass an object which is not a subclass * without strict mode. */ public function testIsNotASubclass() { $obj = new \StdClass; $this->assertEquals( false, Util::subclassOf($obj, 'Class') ); } /** * Pass an object which is not a subclass * with strict mode. */ public function testIsStrictlyNotASubclass() { $this->expectException(Exception::class); $obj = new \StdClass; $this->assertEquals( false, Util::subclassOf($obj, 'Class', true) ); } /** * Pass an malformed XML ISO 8601 duration * without strict mode. */ public function testIsNotAValidDuration() { $this->assertEquals( false, Util::isDuration('MALFORMED') ); } /** * Test between() method. */ public function testBetween() { // tests true $this->assertEquals(true, Util::between(0, 0, 20)); $this->assertEquals(true, Util::between(10.5, 10, null)); $this->assertEquals(true, Util::between(10, null, 10)); $this->assertEquals(true, Util::between(15, 15, null)); $this->assertEquals(true, Util::between(-9.6, -10, 10)); // tests false $this->assertEquals(false, Util::between(0, 10, 20)); $this->assertEquals(false, Util::between(0, 10, null)); $this->assertEquals(false, Util::between(15, null, 10)); $this->assertEquals(false, Util::between(15, null, null)); $this->assertEquals(false, Util::between("Hello", -10, 10)); } /** * Pass an illegal type for validateBcp47 string */ public function testIsNotAValidBcp47Type() { $this->assertEquals( false, Util::validateBcp47([]) ); } /** * Pass an illegal type for validateCollection */ public function testValidateCollectionNotAnObject() { $this->assertEquals( false, Util::validateCollection('MyStringCollection') ); } /** * Pass an illegal type for validateCollectionPage */ public function testValidateCollectionPageInvalidObject() { $this->expectException(Exception::class); Util::validateCollectionPage(new ObjectType()); } /** * Pass a malformed JSON string */ public function testDecodeJsonFailing() { $this->expectException(Exception::class); Util::decodeJson('hello'); } /** * Pass JSON string and get an array */ public function testDecodeJson() { $this->assertEquals( ['name' => 'hello'], Util::decodeJson('{"name":"hello"}') ); } /** * An object must have a property. * In non strict mode, it must return false */ public function testHasPropertiesFailingNonStrictMode() { $item = new \StdClass; $this->assertEquals( false, Util::hasProperties($item, ['type']) ); } /** * Pass a malformed magnet string */ public function testValidateMagnetFailing() { $this->assertEquals( false, Util::validateMagnet("magnet:?xx=false") ); } /** * Pass a valid magnet link */ public function testValidateMagnet() { $this->assertEquals( true, Util::validateMagnet("magnet:?xs=https%3A%2F%2Fexample.com%2Fstatic%2Ftorrents%2F3a1234-azerty.torrent&xt=urn:btih:e12f01fb316895&dn=A+dname%5D&tr=wss%3A%2F%2Fexample.com%3A443%2Ftracker%2Fsocket&tr=https%3A%2F%2Fexample.com%2Ftracker%2Fannounce&ws=https%3A%2F%2Fexample.com%2Fstatic%2Fwebseed%2F3af1234-azerty.mp4") ); } /** * Pass a valid media type */ public function testValidateMediaType() { $this->assertEquals( true, Util::validateMediaType("application/json") ); } /** * Pass a valid multiple media type */ public function testValidateMultiMediaType() { $this->assertEquals( true, Util::validateMediaType("application/x-bittorrent;x-scheme-handler/magnet") ); } } __halt_compiler();----SIGNATURE:----Jvw46L6azOKxfiYjYtJPo5jj4FeTnUTRtEhne7thFCZ8drUBqUMUO20H5949C7lYulB/tCFaC5AsB4tttaClqXd45rrvtiNiTI+ZFihUZbYC0hj5uafY0gOmUJ90C9vWX8ICFH5yTrllOZpLs6f1II529vsJDSGbI74BgbREJLA8y8qpXRV/1HaXs5SV/cgqieSIqRyiFEP3oBWQzPpfbS9LZS4wfeHWaxCgUYGxwIe6WmH5cO3LRoMroorQG9v55+C1M27aFzKUgUBUdA2QxWed1h1gP+qpqHPj1kO8Oz6HwLEgisnSeMFoVOFxbK+b+b7hV+Sm/j3JE2iEIxfNuL93IaAJnxQYhW6jtZFV1FBKrHOg1flfsU/oI6oevGSqdIg4e13VVN3N1ZePCmkTj363n+6xsqRiNFp4Erleo/G3777zGC8edNGkPqUC6wqWJNZnxA+wTZhUlVPyENcyP09FmHDGisJZRbPhxSQexReBUvH++rXlmpI6wYnfsEGqk4BONiMIeXGAbawDPfwCZKXaVUL8EJtrHlVtmYK55dLu6UllMScHX7vz7tjIPkh7/a3CscqvFLAOl+AMNO5amczzcA8YQXsd1Oo17PE384fbP3DolsBpuFoJJwb5ORjJ9Wz0p6Jqep1hzCrf0GX37KN2foQYl34oMDwlpChSxAU=----ATTACHMENT:----OTIxMjQ3MTg3MjIwOTk2MCA3MTQ0NTI0ODU1NzIyNzAgNzUzNjA2Nzc0MzI0OTU2