1 | <?php |
||
3 | class FacebookCredentialsTest extends SapphireTest |
||
|
|||
4 | { |
||
5 | public function testCanUseFacebook() |
||
9 | |||
10 | public function testSetFacebookApplicationID() |
||
14 | |||
15 | public function testSetFacebookApplicationSecret() |
||
19 | |||
20 | public function testSetFacebookUserID() |
||
24 | |||
25 | public function testGetFacebookApplicationID() |
||
29 | |||
30 | public function testGetFacebookApplicationSecret() |
||
34 | |||
35 | public function testGetFacebookUserID() |
||
39 | } |
||
40 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.