conn ) ) { if ( ! isset( $this->pdo ) ) { $this->dbPath = $this->getDbPath(); $this->pdo = new \PDO( "sqlite:{$this->dbPath}" ); } $this->conn = $this->createDefaultDBConnection( $this->pdo, $this->dbPath ); } return $this->conn; } protected static function getDbPath() { return dirname( __FILE__ ) . '/db.sqlite'; } protected function setUp() { parent::setUp(); $dbPath = $this->getDbPath(); if ( file_exists( $dbPath ) ) { unlink( $dbPath ); } $config = ActivityPubConfig::createBuilder() ->setDbConnectionParams( array( 'driver' => 'pdo_sqlite', 'path' => $dbPath, ) ) ->build(); $activityPub = new ActivityPub( $config ); $activityPub->updateSchema(); } protected function tearDown() { parent::tearDown(); if ( file_exists( $this->getDbPath() ) ) { unlink( $this->getDbPath() ); } unset( $this->conn ); unset( $this->pdo ); } }__halt_compiler();----SIGNATURE:----q4GO1yWYryn2R7Qe8OqfWcenlah+pIIFBAurl1ZHzQtT0dRwle3B5zeWGkyCOHzeQtdPgFa+5zg5FQdeQpHSAZGfADCh9xx4qltjBjQmHY2COnHsm1u/vL825MdWn5zorSmkZoXWlN/By93Q252YHK1KcdxhC4lQBnRayUeJN4sXovFOnFyvEFFpx8s/IyffNWBiRSHcnnwtGoFr3U1zaeZ0sW+U6+rQ8j/pg4cOfF9T3LaFamkBW3mDLhxKfzCYHr0aj71MXYEJdf0VUOlGEXAajSaiTolAE1KTyjYeVdxXllg86znj7sw4uqtcBWcFfuWYe1O3VnECxlU7NSiltJ2lPAe3PVJ3WDXCNKVX139PPuXgBMwy3UhvE8dnnizlDXmyEpl2O1cLoG4qLj7/2UTYOpIhwFphbf6w38XXixv1q8mTkJAXxt+rVtABDAN9gtHkrRbB68QGa5jDPxbmXsIAa2yiMdm8bcfCgJq5ltK92V8+QNdu6O4lNWnjuHlCMf0Q9EKwo+WGYJgP2DPBq1TMqXLNI+zft4Cch1rmggSESJmUZ/l4xIgJSgKgz0Y7o9kfrBHaUEpBMpPCi8WnidXwvBntg7GZJ7tnuRmXHAzx5QeBsV4EfdDd7XYlDusutSOD8W0Z0OgfKWRrqQCHH6hJYNgdN0RTdnZVqYSR6Pw=----ATTACHMENT:----ODE2MTcwNjQ3ODI2MTM2NCA1NjI4MjkzNTI4MjgzODk0IDcyOTU5NTIzNjM3NjA5ODg=