object = new AccessAll; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers AccessAll::instance * @todo Implement testInstance(). */ public function testInstance() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessAll::can_edit * @todo Implement testCan_edit(). */ public function testCan_edit() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessAll::can_view * @todo Implement testCan_view(). */ public function testCan_view() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessAll::authorize * @todo Implement testAuthorize(). */ public function testAuthorize() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }