|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for OpenGraphMetadataTest:
Collaboration diagram for OpenGraphMetadataTest:Public Member Functions | |
| testTextTag () | |
| testLinkTag () | |
| testAudioTag () | |
| testImageTag () | |
| testVideoTag () | |
| testWebsiteTag () | |
Protected Member Functions | |
| setUp () | |
| getMockedResource (string $html) | |
| getMockedImage (string $html) | |
| getMockedUrl (string $url) | |
Protected Attributes | |
| Factory | $factory |
Definition at line 32 of file OpenGraphMetadataTest.php.
|
protected |
Definition at line 186 of file OpenGraphMetadataTest.php.
Referenced by testWebsiteTag().
Here is the caller graph for this function:
|
protected |
Definition at line 173 of file OpenGraphMetadataTest.php.
Referenced by testWebsiteTag().
Here is the caller graph for this function:
|
protected |
Definition at line 199 of file OpenGraphMetadataTest.php.
References $url.
Referenced by testAudioTag(), testImageTag(), testLinkTag(), testVideoTag(), and testWebsiteTag().
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file OpenGraphMetadataTest.php.
References factory().
Here is the call graph for this function:| OpenGraphMetadataTest::testAudioTag | ( | ) |
Definition at line 67 of file OpenGraphMetadataTest.php.
References factory(), and getMockedUrl().
Here is the call graph for this function:| OpenGraphMetadataTest::testImageTag | ( | ) |
Definition at line 80 of file OpenGraphMetadataTest.php.
References factory(), and getMockedUrl().
Here is the call graph for this function:| OpenGraphMetadataTest::testLinkTag | ( | ) |
Definition at line 54 of file OpenGraphMetadataTest.php.
References getMockedUrl().
Here is the call graph for this function:| OpenGraphMetadataTest::testTextTag | ( | ) |
Definition at line 41 of file OpenGraphMetadataTest.php.
| OpenGraphMetadataTest::testVideoTag | ( | ) |
Definition at line 105 of file OpenGraphMetadataTest.php.
References factory(), and getMockedUrl().
Here is the call graph for this function:| OpenGraphMetadataTest::testWebsiteTag | ( | ) |
Definition at line 127 of file OpenGraphMetadataTest.php.
References factory(), getMockedImage(), getMockedResource(), and getMockedUrl().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file OpenGraphMetadataTest.php.