| 1 | <?php |
||
| 7 | class ManagerTest extends TestCase { |
||
| 8 | public function setUp() { |
||
| 13 | |||
| 14 | public function tearDown() { |
||
| 17 | |||
| 18 | function test_class_implements_interface() { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @covers Automattic\Jetpack\Connection\Manager::is_active |
||
| 25 | */ |
||
| 26 | public function test_is_active_when_connected() { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @covers Automattic\Jetpack\Connection\Manager::is_active |
||
| 40 | */ |
||
| 41 | public function test_is_active_when_not_connected() { |
||
| 48 | } |
||
| 49 |